Author: slaws
Date: Thu Feb 26 11:50:32 2009
New Revision: 748101
URL: http://svn.apache.org/viewvc?rev=748101&view=rev
Log:
TUSCANY-2864 - Fix end of test comment. Thanks for the patch emily
Modified:
tuscany/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
Modified:
tuscany/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java?rev=748101&r1=748100&r2=748101&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
(original)
+++
tuscany/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
Thu Feb 26 11:50:32 2009
@@ -23,6 +23,20 @@
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 @@
return config;
}
-} // end class Test_ASM_0003
+} // end class ASM_0018_TestCase