|
From: <pe...@us...> - 2003-09-19 20:07:38
|
Update of /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id
In directory sc8-pr-cvs1:/tmp/cvs-serv30649/src/test/org/neuclear/id
Modified Files:
NameSpaceTest.java
Log Message:
Bumped version to 0.7
Changed the logo to the neuclear logo
And commented out various tests that no longer make sense.
Index: NameSpaceTest.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/NameSpaceTest.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** NameSpaceTest.java 19 Sep 2003 14:41:53 -0000 1.1.1.1
--- NameSpaceTest.java 19 Sep 2003 14:54:43 -0000 1.2
***************
*** 2,5 ****
--- 2,10 ----
$Id$
$Log$
+ Revision 1.2 2003/09/19 14:54:43 pelle
+ Bumped version to 0.7
+ Changed the logo to the neuclear logo
+ And commented out various tests that no longer make sense.
+
Revision 1.1.1.1 2003/09/19 14:41:53 pelle
First import into the neuclear project. This was originally under the SF neudist
***************
*** 110,117 ****
import junit.framework.TestCase;
import junit.framework.TestSuite;
- import org.neuclear.store.MemoryStore;
import org.neuclear.store.Store;
! import org.neuclear.utils.NeudistException;
! import org.neuclear.utils.Utility;
import java.io.FileInputStream;
--- 115,121 ----
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.neuclear.store.Store;
! import org.neudist.utils.NeudistException;
! import org.neudist.utils.Utility;
import java.io.FileInputStream;
***************
*** 232,235 ****
--- 236,240 ----
}
*/
+ /*
public void testCreateChild() throws NeudistException, InvalidNameSpaceException{
***************
*** 268,271 ****
--- 273,277 ----
}
}
+ */
// KeyPair root;
|