ChangeSet ID: 31034 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/08 18:01:22
Modified files: unit_test : test_om_objects.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Test version class in objectManager tests
Patch: http://cvs.winehq.org/patch.py?id=31034
Old revision New revision Changes Path 1.7 1.8 +2 -2 appdb/unit_test/test_om_objects.php
Index: appdb/unit_test/test_om_objects.php diff -u -p appdb/unit_test/test_om_objects.php:1.7 appdb/unit_test/test_om_objects.php:1.8 --- appdb/unit_test/test_om_objects.php:1.7 8 Apr 2007 23: 1:22 -0000 +++ appdb/unit_test/test_om_objects.php 8 Apr 2007 23: 1:22 -0000 @@ -142,8 +142,8 @@ function test_object_methods() if(!test_class("testData", $aTestMethods)) return FALSE;
-/* if(!test_class("version", $aTestMethods)) - return FALSE; */ + if(!test_class("version", $aTestMethods)) + return FALSE;
return true; }