commented log dump in testing
This commit is contained in:
parent
fbe5b3fa30
commit
27b26c5eda
@ -19,9 +19,9 @@ public class LogTest {
|
|||||||
log.logInfo(new InfoEntry("log test"));
|
log.logInfo(new InfoEntry("log test"));
|
||||||
log.logError(new ErrorEntry("log test"));
|
log.logError(new ErrorEntry("log test"));
|
||||||
|
|
||||||
log.dumpLog();
|
// log.dumpLog();
|
||||||
log.dumpInfoLog();
|
// log.dumpInfoLog();
|
||||||
log.dumpErrorLog();
|
// log.dumpErrorLog();
|
||||||
|
|
||||||
assertTrue(true);
|
assertTrue(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user