Changeset 7592


Ignore:
Timestamp:
Feb 20, 2019, 8:24:41 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2149: Batch item importers should be able to use an annotation for item identification

Need to set the idMethod and includeMine parameters in the test code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/TestAnnotationFlatFileImporter.java

    r7469 r7592  
    145145      request.setParameterValue("ignoreRegexp", "#.*");
    146146      request.setParameterValue("timestampFormat", "yyyy-MM-dd HH:mm");
    147        
     147      request.setParameterValue("idMethod", "name");
     148      request.setParameterValue("includeMine", true);
    148149      PluginResponse response = request.invoke();
    149150      if (response.getStatus() != Response.Status.CONTINUE)
Note: See TracChangeset for help on using the changeset viewer.