antelder 2002/06/18 02:37:07
Modified: java/test/jms NativeJMSTest.java
Log:
Complete the native JMS provider testcases
Revision Changes Path
1.3 +3 -3 xml-axis-wsif/java/test/jms/NativeJMSTest.java
Index: NativeJMSTest.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/jms/NativeJMSTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NativeJMSTest.java 18 Jun 2002 09:28:39 -0000 1.2
+++ NativeJMSTest.java 18 Jun 2002 09:37:07 -0000 1.3
@@ -129,9 +129,9 @@
if ( nativeReqListener != null ) nativeReqListener.stop();
}
- //public void testStockQuote() {
- // StockQuote();
- //}
+ public void testStockQuote() {
+ StockQuote();
+ }
public void testAddressBook() {
AddressBook_addEntry();