diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 14:43:22 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 14:43:22 +0000 |
commit | c3d941f9b99450fa1103452e98c3bbcf1a104302 (patch) | |
tree | 394785bcc4498f808752a7a6c67e4fef76d2082e /sandbox/travelsample/payment-contribution/test/payment | |
parent | e932b4b558015ee1e771321786666cf1b3be5361 (diff) |
Updates to payment process now that implementation.bpel can support multiple outgoing partner links
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/payment-contribution/test/payment')
-rw-r--r-- | sandbox/travelsample/payment-contribution/test/payment/creditcard/CreditCardPaymentTestCase.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/travelsample/payment-contribution/test/payment/creditcard/CreditCardPaymentTestCase.java b/sandbox/travelsample/payment-contribution/test/payment/creditcard/CreditCardPaymentTestCase.java index ac5af4e547..48378e6cd0 100644 --- a/sandbox/travelsample/payment-contribution/test/payment/creditcard/CreditCardPaymentTestCase.java +++ b/sandbox/travelsample/payment-contribution/test/payment/creditcard/CreditCardPaymentTestCase.java @@ -24,6 +24,7 @@ import org.apache.tuscany.sca.node.SCANode; import org.apache.tuscany.sca.node.SCANodeFactory; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; /** @@ -58,6 +59,7 @@ public class CreditCardPaymentTestCase { } @Test + //@Ignore public void testWaitForInput() { System.out.println("Press a key to end"); try { |