Ignore:
Timestamp:
04/12/16 15:18:54 (8 years ago)
Author:
sherbold
Message:
  • latest (and MIDAS-final) version of tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java

    r2027 r2071  
    400400    { 
    401401        int numberOfTestCases = Integer.parseInt(properties.getProperty("testcases.number")); 
    402         int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlenth", "1")); 
     402        int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlength", "1")); 
    403403        long maxIterValidSequence = Long.parseLong(properties.getProperty("testcases.maxIterValid", "100")); 
    404404        int testCaseMaxLength = 
Note: See TracChangeset for help on using the changeset viewer.