On 12/3/14 6:41 AM, Alan Bateman wrote:
On 03/12/2014 14:40, Chris Hegarty wrote:
diff --git
a/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
b/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
---
a/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
+++
b/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
@@ -61,7 +61,7 @@
// ignore
}
}
- rmid.shutdown(rmidPort);
+ rmid.destroy();
}
I'm sure Stuart does a good "D'oh".
The change looks okay to me.
D'oh is right! Sorry about this. I didn't know that there were other
dependencies on the RMI test library. Sigh... I guess I should have looked harder.
Thanks for cleaning this up.
s'marks