Test version class in objectManager tests

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-08 23:01:22 +00:00
committed by WineHQ
parent ff476b1b13
commit 9de4e9b63b

View File

@@ -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;
}