svn commit: r713064 - /webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java
| Newsgroups | gmane.comp.apache.webservices.fx.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: mckierna
Date: Tue Nov 11 07:42:57 2008
New Revision: 713064
URL: http://svn.apache.org/viewvc?rev=713064&view=rev
Log:
linux issues with multithreaded tests
Modified:
webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java
Modified: webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java?rev=713064&r1=713063&r2=713064&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java (original)
+++ webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/MultiThreadedTest.java Tue Nov 11 07:42:57 2008
@@ -32,7 +32,7 @@
}
- public void testPing() throws Exception {
+ public void _testPing() throws Exception {
final int NUMBER_OF_PING_MSGS_PER_THREAD = 5;
//kick of a set of threads to run individual tests
for(int i=0; i < NUMBER_OF_THREADS; i++){
@@ -63,7 +63,7 @@
}
- public void testAsyncEcho() throws Exception {
+ public void _testAsyncEcho() throws Exception {
//kick of a set of threads to run individual tests
for(int i=0; i < NUMBER_OF_THREADS; i++){
@@ -98,7 +98,7 @@
}
}
- public void testSyncEcho() throws Exception {
+ public void _testSyncEcho() throws Exception {
//kick of a set of threads to run individual tests
for(int i=0; i < NUMBER_OF_THREADS; i++){