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

From: cvs@openprivacy.org
Date: Sun Jan 14 2001 - 04:43:50 PST


Date: Sunday January 14, 19101 @ 4:43
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/client

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

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

Modified Files:
        PutReputation.java
Log Message:
now using arrowhead for unit testing

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java

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

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?annotate=1.5

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?rev=1.5&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/client/PutReputation.java.diff?r1=1.5&r2=1.4

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

Index: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java
diff -u sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.4 sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.5
--- sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.4 Fri Jan 12 23:59:39 2001
+++ sierra/src/java/org/openprivacy/sierra/client/PutReputation.java Sun Jan 14 04:43:50 2001
@@ -55,7 +55,7 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: PutReputation.java,v 1.4 2001/01/13 07:59:39 burton Exp $
+ * @version $Id: PutReputation.java,v 1.5 2001/01/14 12:43:50 burton Exp $
      */
     public PutReputation( String rpcRouter,
                           Reputation reputation ) throws Exception {
@@ -89,10 +89,11 @@
         Response resp = call.invoke( new URL( rpcRouter ), "" );
 
         if ( resp.generatedFault() ) {
+
             throw new SOAPFaultException( resp.getFault() );
+
         }
         
-
     }
 
     
@@ -100,7 +101,7 @@
      * main()
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: PutReputation.java,v 1.4 2001/01/13 07:59:39 burton Exp $
+ * @version $Id: PutReputation.java,v 1.5 2001/01/14 12:43:50 burton Exp $
      */
     public static void main( String[] args ) {
 
@@ -171,7 +172,7 @@
      * Show the user how to work the system.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: PutReputation.java,v 1.4 2001/01/13 07:59:39 burton Exp $
+ * @version $Id: PutReputation.java,v 1.5 2001/01/14 12:43:50 burton Exp $
      */
     public static void showSyntax() {
 



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