java/sql-dk/test/info/globalcode/sql/dk/CLIParserTest.java
branchv_0
changeset 72 fc9fc1f26b88
parent 69 0befec5034c2
child 168 0e8108da0305
     1.1 --- a/java/sql-dk/test/info/globalcode/sql/dk/CLIParserTest.java	Thu Dec 26 21:48:59 2013 +0100
     1.2 +++ b/java/sql-dk/test/info/globalcode/sql/dk/CLIParserTest.java	Thu Dec 26 22:18:24 2013 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  
     1.5  import info.globalcode.sql.dk.CLIParser.Tokens;
     1.6  import static info.globalcode.sql.dk.CLIParser.TYPE_NAME_SEPARATOR;
     1.7 +import info.globalcode.sql.dk.InfoLister.InfoType;
     1.8  import java.util.Collection;
     1.9  import static org.testng.Assert.*;
    1.10  import org.testng.annotations.BeforeMethod;
    1.11 @@ -184,6 +185,6 @@
    1.12  
    1.13  		assertEquals(options.getMode(), CLIOptions.MODE.JUST_SHOW_INFO);
    1.14  		assertEquals(options.getShowInfo().size(), 1);
    1.15 -		assertTrue(options.getShowInfo().contains(CLIOptions.InfoType.HELP));
    1.16 +		assertTrue(options.getShowInfo().contains(InfoType.HELP));
    1.17  	}
    1.18  }
    1.19 \ No newline at end of file