summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/properties/src/test
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-13 09:45:41 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-13 09:45:41 +0000
commit62ceee259dc611307575b9bc216bfbf626e96b00 (patch)
tree780a0e17f92c7895d571f088ce8b29edc6a9f591 /sca-java-2.x/trunk/testing/itest/properties/src/test
parentfa844ef795349943842118b8a26c948d99de7ee3 (diff)
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
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/properties/src/test')
-rw-r--r--sca-java-2.x/trunk/testing/itest/properties/src/test/java/org/apache/tuscany/sca/itest/cdi/ConstructorPropertyInjectionTestCase.java1
1 files changed, 1 insertions, 0 deletions
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;
}
}