]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3899
authorLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 23:23:29 +0000 (23:23 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 23:23:29 +0000 (23:23 +0000)
services/batch/client/src/test/java/org/collectionspace/services/client/test/BatchAuthRefsTest.java

index 5eac14ff159c42397fa1f3897c0e8738df676892..50c3dbe724e8f7780797623c17059b47d4eb1da3 100644 (file)
@@ -120,7 +120,8 @@ public class BatchAuthRefsTest extends BaseServiceTest {
         // Create a new Loans In resource. One or more fields in this resource will be PersonAuthority
         //    references, and will refer to Person resources by their refNames.
         BatchClient batchClient = new BatchClient();
-        PoxPayloadOut multipart = createBatchInstance(depositorRefName, "exitNumber-" + identifier, "exitDate-" + identifier);
+        //private PoxPayloadOut createBatchInstance(String className, String forDocType, String notes) {
+        PoxPayloadOut multipart = createBatchInstance("className", "docType-"+identifier, "Notes-" + identifier);
         ClientResponse<Response> res = batchClient.create(multipart);
         assertStatusCode(res, testName);
         if (knownResourceId == null) {// Store the ID returned from the first resource created for additional tests below.