Changeset 5779


Ignore:
Timestamp:
Sep 30, 2011, 2:37:09 PM (11 years ago)
Author:
Nicklas Nordborg
Message:

References #1613: Extend the 'roles' test case with some sequence-related tests

Should now work with batch importers also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/net/sf/basedb/test/roles/PowerUserTest.java

    r5778 r5779  
    629629      job.setParameterValue("file", new FileParameterType(), file);
    630630      job.setParameterValue("dataSplitterRegexp", new StringParameterType(), "\\t");
    631       job.setParameterValue("dataHeaderRegexp", new StringParameterType(), "Name\\tDescription\\tArrays/slide\\tPlatform\\tFile type\\tFile");
     631      job.setParameterValue("dataHeaderRegexp", new StringParameterType(), "Name\\tDescription\\tArrays/slide\\tPlatform\\tVariant\\tFile type\\tFile");
    632632     
    633633      // Item properties
Note: See TracChangeset for help on using the changeset viewer.