CVS update: sierra/src/java/org/openprivacy/sierra/test

From: cvs@openprivacy.org
Date: Sat Jan 06 2001 - 01:12:09 PST


Date: Saturday January 6, 19101 @ 1:12
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test

-----------------------------------

Update of /usr/local/cvsroot/sierra/src/java/org/openprivacy/sierra/test
In directory openprivacy.org:/tmp/cvs-serv22459

Modified Files:
        Test.java
Log Message:
...

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/test/Test.java

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java?annotate=1.2

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java?rev=1.2&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java.diff?r1=1.2&r2=1.1

-----------------------------------

Index: sierra/src/java/org/openprivacy/sierra/test/Test.java
diff -u sierra/src/java/org/openprivacy/sierra/test/Test.java:1.1 sierra/src/java/org/openprivacy/sierra/test/Test.java:1.2
--- sierra/src/java/org/openprivacy/sierra/test/Test.java:1.1 Sat Jan 6 00:55:03 2001
+++ sierra/src/java/org/openprivacy/sierra/test/Test.java Sat Jan 6 01:12:09 2001
@@ -17,6 +17,8 @@
 
 package org.openprivacy.sierra.test;
 
+import java.io.*;
+
 public class Test
 {
 
@@ -26,11 +28,11 @@
         System.out.println( "Running Sierra tests..." );
 
         HttpPostUtil hpu = new HttpPostUtil( "localhost", 8080, "/soap/servlet/rpcrouter", "text/xml", "./test/test.input" );
-
+ hpu.addParameter( "SOAPAction", "urn:ReputationQueryService" );
         
         try {
             hpu.execute();
- } catch ( IOException e ) {
+ } catch ( Exception e ) {
             e.printStackTrace();
         }
             



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST