Author: jablko
Date: Wed Sep  9 13:20:44 2009
New Revision: 3205

Log:
Exercise information object ->save() and ->delete()

Modified:
   trunk/test/unit/informationObjectTest.php

Modified: trunk/test/unit/informationObjectTest.php
==============================================================================
--- trunk/test/unit/informationObjectTest.php   Wed Sep  9 13:09:05 2009        
(r3204)
+++ trunk/test/unit/informationObjectTest.php   Wed Sep  9 13:20:44 2009        
(r3205)
@@ -36,3 +36,7 @@
 $informationObject->language = array('en', 'fr');
 $t->is($informationObject->language, array('en', 'fr'),
   '"->language" can be set and got');
+
+$informationObject->save();
+
+$informationObject->delete();

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to