summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java')
-rw-r--r--sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java
index 793e1eb887..2a120d99d0 100644
--- a/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java
+++ b/sandbox/travelsample/paymentprocess-contribution/test/scatours/paymentprocess/PaymentProcessTestCase.java
@@ -46,7 +46,7 @@ public class PaymentProcessTestCase {
public void testPaymentProcess() {
SCAClient client = (SCAClient) node;
PaymentProcess pp = client.getService(PaymentProcess.class, "PaymentProcessClient");
- System.out.println(pp.makePayment("Fred", 100.00f));
+ System.out.println("Result = " + pp.makePayment("Fred", 100.00f));
}
/**