Author: jablko
Date: Tue Sep 8 14:51:55 2009
New Revision: 3194
Log:
Cosmetic changes
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 14:47:08 2009
(r3193)
+++ trunk/test/unit/informationObjectTest.php Tue Sep 8 14:51:55 2009
(r3194)
@@ -27,11 +27,11 @@
$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');
$informationObject->language = array('en', 'fr');
$t->is($informationObject->language, array('en', 'fr'),
Modified: trunk/test/unit/repositoryTest.php
==============================================================================
--- trunk/test/unit/repositoryTest.php Tue Sep 8 14:47:08 2009 (r3193)
+++ trunk/test/unit/repositoryTest.php Tue Sep 8 14:51:55 2009 (r3194)
@@ -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
-~----------~----~----~----~------~----~------~--~---