From: <tho...@us...> - 2013-11-11 15:31:30
|
Revision: 7526 http://bigdata.svn.sourceforge.net/bigdata/?rev=7526&view=rev Author: thompsonbry Date: 2013-11-11 15:31:24 +0000 (Mon, 11 Nov 2013) Log Message: ----------- added log @ INFO to bracket test start/end in the HA CI test suite. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/AbstractHAJournalServerTestCase.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/AbstractHAJournalServerTestCase.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/AbstractHAJournalServerTestCase.java 2013-11-11 13:23:50 UTC (rev 7525) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/AbstractHAJournalServerTestCase.java 2013-11-11 15:31:24 UTC (rev 7526) @@ -155,7 +155,7 @@ @Override protected void setUp() throws Exception { - + super.setUp(); if(log.isInfoEnabled()) log.info("---- TEST START "+getName() + "----"); executorService = Executors .newCachedThreadPool(new DaemonThreadFactory(getName())); @@ -209,7 +209,7 @@ oldProcessHelperLevel = null; } - + if(log.isInfoEnabled()) log.info("---- TEST END "+getName() + "----"); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |