From 62ceee259dc611307575b9bc216bfbf626e96b00 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 13 Sep 2011 09:45:41 +0000 Subject: TUSCANY-3937 - Apply Michael's path (but not including the test in the build yet). Thanks Michael. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170101 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/ConstructorPropertyInjection.composite | 2 +- .../itest/properties/src/main/resources/Outer.composite | 13 +++++++++---- .../sca/itest/cdi/ConstructorPropertyInjectionTestCase.java | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/ConstructorPropertyInjection.composite b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/ConstructorPropertyInjection.composite index e697cedd62..3587badb5d 100644 --- a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/ConstructorPropertyInjection.composite +++ b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/ConstructorPropertyInjection.composite @@ -21,7 +21,7 @@ - + diff --git a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite index 93f164a1e7..104662b26e 100644 --- a/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite +++ b/sca-java-2.x/trunk/testing/itest/properties/src/main/resources/Outer.composite @@ -16,10 +16,15 @@ * specific language governing permissions and limitations * under the License. --> - + Raleigh 2008 diff --git a/sca-java-2.x/trunk/testing/itest/properties/src/test/java/org/apache/tuscany/sca/itest/cdi/ConstructorPropertyInjectionTestCase.java b/sca-java-2.x/trunk/testing/itest/properties/src/test/java/org/apache/tuscany/sca/itest/cdi/ConstructorPropertyInjectionTestCase.java index a0213ced46..2207543b1e 100644 --- a/sca-java-2.x/trunk/testing/itest/properties/src/test/java/org/apache/tuscany/sca/itest/cdi/ConstructorPropertyInjectionTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/properties/src/test/java/org/apache/tuscany/sca/itest/cdi/ConstructorPropertyInjectionTestCase.java @@ -38,6 +38,7 @@ public class ConstructorPropertyInjectionTestCase { node.start(); } catch (Exception e) { e.printStackTrace(); + throw e; } } -- cgit v1.2.3