summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/stest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-26 11:50:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-26 11:50:32 +0000
commit5c8ed9b1f9f737b4a22b3b7ef3901b7ff58512bb (patch)
tree098bfa5bc99431549e1cfb052257e02a4b5c016c /branches/sca-java-1.x/stest
parent88b043b538e64e6476435163e5e59be68c77751e (diff)
TUSCANY-2864 - Fix end of test comment. Thanks for the patch emily
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/stest')
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java16
1 files changed, 15 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
index 6c978dff9a..ab872f09a6 100644
--- a/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
@@ -23,6 +23,20 @@ import test.ASM_0002_Client;
import testClient.TestInvocation;
/**
+ * Line 1379-1381:
+ * <p>
+ * OSOA:
+ * Note that a binding element may specify an endpoint which is the target of
+ * that binding. A reference must not mix the use of endpoints specified via
+ * binding elements with target endpoints specified via the target attribute.
+ * <p>
+ * [ASM50015]
+ * <p>
+ * OASIS:
+ * If a binding element has a value specified for a target service using
+ * its @uri attribute, * the binding element MUST NOT identify target
+ * services using binding specific attributes or elements.
+ *
* Client for ASM_0018_TestCase, which tests that where a <reference/>
* of a <component/> has a <binding/> child element and the
* corresponding <reference/> element in the componentType has
@@ -44,4 +58,4 @@ public class ASM_0018_TestCase extends BaseJAXWSTestCase {
return config;
}
-} // end class Test_ASM_0003
+} // end class ASM_0018_TestCase