Index: gnu/testlet/javax/management/remote/TargetedNotificationTest.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/javax/management/remote/TargetedNotificationTest.java,v retrieving revision 1.1 diff -u -3 -p -u -r1.1 TargetedNotificationTest.java --- gnu/testlet/javax/management/remote/TargetedNotificationTest.java 10 Feb 2008 23:33:38 -0000 1.1 +++ gnu/testlet/javax/management/remote/TargetedNotificationTest.java 19 Feb 2008 22:54:53 -0000 @@ -34,7 +34,7 @@ public class TargetedNotificationTest public void test(TestHarness h) { TargetedNotification tn; - Notification n = new Notification("", null, 1); + Notification n = new Notification("", this, 1); h.checkPoint("Constructor tests"); try {