]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1911: In client test framework, 'banner' signifying the start of a test can...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 26 May 2010 04:09:38 +0000 (04:09 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 26 May 2010 04:09:38 +0000 (04:09 +0000)
commit3d28fc6d43213561707a1a7ef37d187806563172
treeed525e6c3a506531b3a20601fba0db95c828611a
parent20e2b7bef8a152f5294952f7a58279c9d691b9bb
CSPACE-1911: In client test framework, 'banner' signifying the start of a test can now be output using a passed-in Logger.  This reflects the caller's class name and line number in the log statement, and can also print the class name in the banner.  Examples of such calls are implemented, for now, only in PersonAuthoritySearchTest, but can be trivially bulk-implemented in all other test classes.
services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountRoleServiceTest.java
services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionRoleServiceTest.java
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
services/client/src/main/java/org/collectionspace/services/client/test/BaseServiceTest.java
services/location/client/src/test/java/org/collectionspace/services/client/test/LocationAuthorityServiceTest.java
services/organization/client/src/test/java/org/collectionspace/services/client/test/OrgAuthorityServiceTest.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java
services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java