Author: alexoree
Date: Tue Dec 17 03:48:18 2013
New Revision: 1551455
URL: http://svn.apache.org/r1551455
Log:
JUDDI-583 adding debugging information to aid in fixing the build
Modified:
juddi/branches/juddi-3.3.x/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_141_JIRAIntegrationTest.java
Modified:
juddi/branches/juddi-3.3.x/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_141_JIRAIntegrationTest.java
URL:
http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_141_JIRAIntegrationTest.java?rev=1551455&r1=1551454&r2=1551455&view=diff
==============================================================================
---
juddi/branches/juddi-3.3.x/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_141_JIRAIntegrationTest.java
(original)
+++
juddi/branches/juddi-3.3.x/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_141_JIRAIntegrationTest.java
Tue Dec 17 03:48:18 2013
@@ -15,6 +15,7 @@
package org.apache.juddi.v3.tck;
import java.net.InetAddress;
+import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.GregorianCalendar;
@@ -57,6 +58,7 @@ import org.uddi.v3_service.UDDISubscript
*/
public class UDDI_141_JIRAIntegrationTest {
+ public UDDI_141_JIRAIntegrationTest() throws RemoteException{}
private static Log logger =
LogFactory.getLog(UDDI_141_JIRAIntegrationTest.class);
static UDDISecurityPortType security = null;
static UDDISubscriptionPortType subscriptionJoe = null;
@@ -824,8 +826,10 @@ public class UDDI_141_JIRAIntegrationTes
}
}
+ UDDISubscriptionListenerImpl impl = new UDDISubscriptionListenerImpl();
+
/**
- * //testing upper case subscription callbacks
+ * testing upper case subscription callbacks
*
* @throws Exception
*/
@@ -834,13 +838,13 @@ public class UDDI_141_JIRAIntegrationTes
System.out.println("JIRA_597");
- int port = 4444;
+ int port = 7000;
String hostname =
TckPublisher.getProperties().getProperty("bindaddress");
if (hostname == null) {
hostname = InetAddress.getLocalHost().getHostName();
}
- UDDISubscriptionListenerImpl impl = new
UDDISubscriptionListenerImpl();
+
removeAllExistingSubscriptions(subscriptionJoe, authInfoJoe);
UDDISubscriptionListenerImpl.notifcationMap.clear();
UDDISubscriptionListenerImpl.notificationCount = 0;
@@ -954,7 +958,7 @@ public class UDDI_141_JIRAIntegrationTes
@Test
public void JIRA_596() throws Exception {
System.out.println("JIRA_596");
- int port = 4444;
+ int port = 9000;
String hostname =
TckPublisher.getProperties().getProperty("bindaddress");
if (hostname == null) {
@@ -964,7 +968,7 @@ public class UDDI_141_JIRAIntegrationTes
// String localhostname =
"localhost";//java.net.InetAddress.getLocalHost().getHostName();
removeAllExistingSubscriptions(subscriptionJoe, authInfoJoe);
- UDDISubscriptionListenerImpl impl = new
UDDISubscriptionListenerImpl();
+ //UDDISubscriptionListenerImpl impl = new
UDDISubscriptionListenerImpl();
UDDISubscriptionListenerImpl.notifcationMap.clear();
UDDISubscriptionListenerImpl.notificationCount = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]