r10006 - apps/modules/trunk/test/tests

[email protected] Tue, 26 Jan 2010 16:34:34 +0100 (CET)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20100126153434.E80AC3D0E2@mia>
Author: hannes
Date: 2010-01-26 16:34:34 +0100 (Tue, 26 Jan 2010)
New Revision: 10006

Modified:
   apps/modules/trunk/test/tests/HopObjectBasicMapping.js
Log:
Remove object from db after testEquality()

Details at http://dev.helma.org/trac/helma/changeset/10006

Modified: apps/modules/trunk/test/tests/HopObjectBasicMapping.js
===================================================================
--- apps/modules/trunk/test/tests/HopObjectBasicMapping.js	2010-01-25 20:19:37 UTC (rev 10005)
+++ apps/modules/trunk/test/tests/HopObjectBasicMapping.js	2010-01-26 15:34:34 UTC (rev 10006)
@@ -20,6 +20,7 @@
     assertTrue(person !== person2);
     assertTrue(person._id === person2._id);
     assertTrue(person == person2);
+    person.remove();
 }
 
 function testSimpleMapping() {