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

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usageprofiles-test/src/test/java/de/ugoe/cs/quest/usageprofiles/TrieTest.java

    r518 r766  
    5959        } 
    6060 
    61         @Test(expected = java.security.InvalidParameterException.class) 
     61        @Test(expected = java.lang.IllegalArgumentException.class) 
    6262        public void testTrie_3() throws Exception { 
    6363                new Trie<String>(null); 
     
    159159        } 
    160160 
    161         @Test(expected = java.security.InvalidParameterException.class) 
     161        @Test(expected = java.lang.IllegalArgumentException.class) 
    162162        public void testGetChildCreate_2() throws Exception { 
    163163                Trie<String> fixture = new Trie<String>(); 
Note: See TracChangeset for help on using the changeset viewer.