Author: svkrish
Date: Thu Jan 17 09:45:18 2008
New Revision: 612887
URL: http://svn.apache.org/viewvc?rev=612887&view=rev
Log:
regenerated the keystore and uncommented the test
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks?rev=612887&r1=612886&r2=612887&view=diff
==============================================================================
Binary files - no diff available.
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java?rev=612887&r1=612886&r2=612887&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
Thu Jan 17 09:45:18 2008
@@ -46,13 +46,13 @@
new Socket("127.0.0.1", 8085);
}
- /[EMAIL PROTECTED]
+ @Test
public void testServiceCall() throws IOException {
HelloWorldService helloWorldService =
scaDomain.getService(HelloWorldService.class,
"HelloWorldServiceComponent/HelloWorldService");
assertNotNull(helloWorldService);
assertEquals("Hello Smith", helloWorldService.getGreetings("Smith"));
- }*/
+ }
@After
public void stopServer() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]