Added GateInfo to Op Ds and RPCs to support gate update requests
[packetcable.git] / packetcable-driver / src / test / java / org / pcmm / gates / impl / SubscriberIDTest.java
index ba04fbd45e594933f23a716fb0fd86585df450d2..9d96a24be417b8544ac64a100de753e1e5bfb848 100644 (file)
@@ -18,7 +18,7 @@ import java.net.UnknownHostException;
  */
 public class SubscriberIDTest {
 
-    @Test(expected = IllegalArgumentException.class)
+    @Test(expected = NullPointerException.class)
     public void nullConstArg() {
         new SubscriberID(null);
     }