Author: scamp
Date: Mon Apr 4 08:46:17 2005
New Revision: 160052
URL: http://svn.apache.org/viewcvs?view=rev&rev=160052
Log: (empty)
Modified:
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/AbstractWsdmInteropTestCase.java
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/ResourceStub.java
incubator/muse/trunk/src/site/content/interop/test-build.properties
Modified:
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/AbstractWsdmInteropTestCase.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/AbstractWsdmInteropTestCase.java?view=diff&r1=160051&r2=160052
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/AbstractWsdmInteropTestCase.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/AbstractWsdmInteropTestCase.java
Mon Apr 4 08:46:17 2005
@@ -49,8 +49,7 @@
protected static final int NOTIF_LISTENER_PORT = 9101;
protected static String s_consumerURL;
- private static final boolean RUN_AXIS_SERVER = Boolean.valueOf(
System.getProperty( "runAxis", "false" ) )
- .booleanValue();
+ private static final boolean RUN_AXIS_SERVER = Boolean.getBoolean(
"runAxis" );
public AbstractWsdmInteropTestCase()
{
Modified:
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/ResourceStub.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/ResourceStub.java?view=diff&r1=160051&r2=160052
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/ResourceStub.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/ws/muws/interop/client/ResourceStub.java
Mon Apr 4 08:46:17 2005
@@ -50,7 +50,7 @@
private EndpointReference m_epr;
- public static boolean USE_WRAPPED_NOTIFICATIONS = true;
+ public static boolean USE_WRAPPED_NOTIFICATIONS =
Boolean.valueOf(System.getProperty("wrapped_notifications",
"true")).booleanValue();
public ResourceStub( EndpointReference epr )
{
Modified: incubator/muse/trunk/src/site/content/interop/test-build.properties
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/test-build.properties?view=diff&r1=160051&r2=160052
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/test-build.properties
(original)
+++ incubator/muse/trunk/src/site/content/interop/test-build.properties Mon Apr
4 08:46:17 2005
@@ -1,16 +1,35 @@
-##
-# The endpoint url of the Printer Factory. This is the starting point for the
tests.
-#
-# ***NOTE: To test an external endpoint this should be set to that server's
url.
-# **If running in embedded mode then the printerFactoryURL is ignored
-#
-##
-printerFactoryURL=http://wsi.alphaworks.ibm.com:80/ettk/wsrfrpio/services/PrinterPort
##
# Determines if the unit test will run an embedded version of Axis
# to load the server and handle requests
#
# ***NOTE: To test an external endpoint this should be set to false
-##
-runAxis=true
\ No newline at end of file
+##################################################
+runAxis=false
+
+
+##
+# Determines if wrapped notifications should be subscribed-to and expected.
+#
+# Spec Default is true
+##################################################
+wrapped_notifications=true
+
+
+
+##
+# Resource EPRs for the Resources of the Interop
+#
+#
+##################################################
+#server acts
+ipmi_server.epr=http://cvs.apache.org/~ips/interop/ipmi_server-epr.xml
+
+
+#small device acts
+blackberry.epr=http://cvs.apache.org/~ips/interop/blackberry-epr.xml
+
+
+#web service management
+weather_station.epr=http://people.apache.org/~ips/interop/weather_station-epr.xml
+weather_station_2.epr=http://people.apache.org/~ips/interop/weather_station_2-epr.xml
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]