Ignore:
Timestamp:
09/04/12 17:15:28 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/CMDexecTest.java

    r668 r766  
    7070        } 
    7171 
    72         @Test(expected = java.security.InvalidParameterException.class) 
     72        @Test(expected = java.lang.IllegalArgumentException.class) 
    7373        public void testRun_3() throws Exception { 
    7474                CMDexec fixture = new CMDexec(); 
     
    102102        } 
    103103 
    104         @Test(expected = java.security.InvalidParameterException.class) 
     104        @Test(expected = java.lang.IllegalArgumentException.class) 
    105105        public void testRun_5() throws Exception { 
    106106                CMDexec fixture = new CMDexec(); 
Note: See TracChangeset for help on using the changeset viewer.