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

From: cvs@openprivacy.org
Date: Mon Jan 08 2001 - 16:21:58 PST


Date: Monday January 8, 19101 @ 16:21
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-serv1093/src/java/org/openprivacy/sierra/test

Modified Files:
        Test.java
Log Message:
reworked descripter and deployment

*****************************************************************
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.4

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java?rev=1.4&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.4&r2=1.3

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

Index: sierra/src/java/org/openprivacy/sierra/test/Test.java
diff -u sierra/src/java/org/openprivacy/sierra/test/Test.java:1.3 sierra/src/java/org/openprivacy/sierra/test/Test.java:1.4
--- sierra/src/java/org/openprivacy/sierra/test/Test.java:1.3 Mon Jan 8 02:18:11 2001
+++ sierra/src/java/org/openprivacy/sierra/test/Test.java Mon Jan 8 16:21:58 2001
@@ -21,13 +21,9 @@
 
 public class Test
 {
+ public static void one() {
 
- public static void main( String args[] )
- {
-
- System.out.println( "Running Sierra tests..." );
-
- HttpPostUtil hpu = new HttpPostUtil( "localhost", 8080, "/soap/servlet/rpcrouter", "text/xml", "./test/test.input" );
+ HttpPostUtil hpu = new HttpPostUtil( "localhost", 8080, "/soap/servlet/rpcrouter", "text/xml", "./test/input/test.1" );
         hpu.addParameter( "SOAPAction", "http://schemas.openprivacy.org/soap/service/reputation/12/2000/" );
 
         try {
@@ -35,7 +31,21 @@
         } catch ( Exception e ) {
             e.printStackTrace();
         }
-
+
+ }
+
+ public static void two() {
+
+ }
+
+
+ public static void main( String args[] )
+ {
+
+ System.out.println( "Running Sierra tests..." );
+
+ one();
+ two();
     }
 
 }



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