]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5155: Fixed typo in Org service test re term info group changes.
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 7 May 2012 22:50:03 +0000 (15:50 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 7 May 2012 22:50:03 +0000 (15:50 -0700)
services/organization/client/src/test/java/org/collectionspace/services/client/test/OrgAuthorityServiceTest.java

index 011e5eb39a364cea2c03fcf95b07795524553111..2e97c4bcd79de56784dc07610aa15ec08bbd2a14 100644 (file)
@@ -1073,7 +1073,7 @@ public class OrgAuthorityServiceTest extends AbstractAuthorityServiceTest<Orgaut
        @Override
        protected OrganizationsCommon updateItemInstance(OrganizationsCommon organizationsCommon) {
                             
-            OrgTermGroupList termList = result.getOrgTermGroupList();
+            OrgTermGroupList termList = organizationsCommon.getOrgTermGroupList();
             Assert.assertNotNull(termList);
             List<OrgTermGroup> terms = termList.getOrgTermGroup();
             Assert.assertNotNull(terms);