Author: batosai
Date: 2008-09-04 17:02:41 +0000 (Thu, 04 Sep 2008)
New Revision: 22423

Modified:
   trunk/apps/WoT/src/plugins/WoT/IdentityTest.java
Log:
Changed the name of the test database.

Modified: trunk/apps/WoT/src/plugins/WoT/IdentityTest.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/IdentityTest.java    2008-09-04 16:56:06 UTC 
(rev 22422)
+++ trunk/apps/WoT/src/plugins/WoT/IdentityTest.java    2008-09-04 17:02:41 UTC 
(rev 22423)
@@ -33,13 +33,13 @@
                                "true",
                                "boostrap");

-               db = Db4o.openFile("test.db4o");
+               db = Db4o.openFile("identityTest.db4o");
                db.store(identity);
        }

        protected void tearDown() throws Exception {
                db.close();
-               new File("test.db4o").delete();
+               new File("identityTest.db4o").delete();
        }

        public void testIdentityStored() {


Reply via email to