summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest/assembly
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-26 14:54:18 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-26 14:54:18 +0000
commit1558a09905b8dcc0a5ca917364293704fe076c07 (patch)
tree3829da9d17111109c22bafb29a68021a07fb1132 /java/sca/vtest/assembly
parent130f96c02971b259b328283c50b702bb9b5c22fb (diff)
TUSCANY-2501 reference should either be all annotated or all not annotated. Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/vtest/assembly')
-rw-r--r--java/sca/vtest/assembly/component/src/main/resources/zeroimplelements.composite2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/vtest/assembly/component/src/main/resources/zeroimplelements.composite b/java/sca/vtest/assembly/component/src/main/resources/zeroimplelements.composite
index 864ad44b6c..8629f3817a 100644
--- a/java/sca/vtest/assembly/component/src/main/resources/zeroimplelements.composite
+++ b/java/sca/vtest/assembly/component/src/main/resources/zeroimplelements.composite
@@ -23,8 +23,6 @@
name="Assemby-component-zeroimplelements-Composite">
<component name="AComponent">
- <reference name="b" target="BComponent"/>
- <reference name="b2" target="B2Component"/>
</component>
<component name="BComponent">