From: <tho...@us...> - 2013-12-18 19:07:49
|
Revision: 7677 http://bigdata.svn.sourceforge.net/bigdata/?rev=7677&view=rev Author: thompsonbry Date: 2013-12-18 19:07:42 +0000 (Wed, 18 Dec 2013) Log Message: ----------- javadoc Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHAJournalServer.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHAJournalServer.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHAJournalServer.java 2013-12-18 17:28:28 UTC (rev 7676) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/test/com/bigdata/journal/jini/ha/TestHAJournalServer.java 2013-12-18 19:07:42 UTC (rev 7677) @@ -42,6 +42,10 @@ * of a quorum of 3. The quorum will not meet for these unit tests. * * @author <a href="mailto:tho...@us...">Bryan Thompson</a> + * + * TODO Add test to verify that we do not permit a double-start of a + * service (correctly fails, reporting that the service is already + * running). */ public class TestHAJournalServer extends AbstractHA3JournalServerTestCase { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |