Author: jablko Date: Tue Sep 8 14:03:03 2009 New Revision: 3190 Log: Cosmetic changes to test output
Modified: trunk/test/unit/informationObjectTest.php trunk/test/unit/repositoryTest.php Modified: trunk/test/unit/informationObjectTest.php ============================================================================== --- trunk/test/unit/informationObjectTest.php Tue Sep 8 13:51:42 2009 (r3189) +++ trunk/test/unit/informationObjectTest.php Tue Sep 8 14:03:03 2009 (r3190) @@ -23,8 +23,8 @@ $informationObject = new QubitInformationObject; $t->isa_ok($informationObject->__toString(), 'string', - '->__toString returns a string'); + '"->__toString" returns a string'); $informationObject->title = 'test title'; $t->is($informationObject->__toString(), 'test title', - '->__toString returns the title'); + '"->__toString" returns the title'); Modified: trunk/test/unit/repositoryTest.php ============================================================================== --- trunk/test/unit/repositoryTest.php Tue Sep 8 13:51:42 2009 (r3189) +++ trunk/test/unit/repositoryTest.php Tue Sep 8 14:03:03 2009 (r3190) @@ -23,8 +23,8 @@ $repository = new QubitRepository; $t->isa_ok($repository->__toString(), 'string', - '->__toString returns a string'); + '"->__toString" returns a string'); $repository->authorizedFormOfName = 'test name'; $t->is($repository->__toString(), 'test name', - '->__toString returns the authorized form of name'); + '"->__toString" returns the authorized form of name'); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
