Revision: 7536
http://bigdata.svn.sourceforge.net/bigdata/?rev=7536&view=rev
Author: thompsonbry
Date: 2013-11-13 17:14:29 +0000 (Wed, 13 Nov 2013)
Log Message:
-----------
failed to call super.setUp() in TestCase3
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata/src/test/com/bigdata/io/TestCase3.java
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/test/com/bigdata/io/TestCase3.java
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/test/com/bigdata/io/TestCase3.java 2013-11-13 15:34:09 UTC (rev 7535)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/test/com/bigdata/io/TestCase3.java 2013-11-13 17:14:29 UTC (rev 7536)
@@ -73,7 +73,7 @@
@Override
protected void setUp() throws Exception {
-
+ super.setUp();
r = new Random();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|