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/CommandExecuterTest.java

    r668 r766  
    1515public class CommandExecuterTest { 
    1616 
    17         @Test(expected=java.security.InvalidParameterException.class) 
     17        @Test(expected=java.lang.IllegalArgumentException.class) 
    1818        public void testAddCommandPackage_1() 
    1919                throws Exception { 
     
    2323        } 
    2424 
    25         @Test(expected=java.security.InvalidParameterException.class) 
     25        @Test(expected=java.lang.IllegalArgumentException.class) 
    2626        public void testAddCommandPackage_2() 
    2727                throws Exception { 
Note: See TracChangeset for help on using the changeset viewer.