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

From: cvs@openprivacy.org
Date: Sun Jan 14 2001 - 05:10:50 PST


Date: Sunday January 14, 19101 @ 5:10
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/tests

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

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

Modified Files:
        Test2.java
Log Message:
added principal stuff... right now it is just for testing but we could easily use it for deployment

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/tests/Test2.java

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

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

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/tests/Test2.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/tests/Test2.java.diff?r1=1.2&r2=1.1

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

Index: sierra/src/java/org/openprivacy/sierra/tests/Test2.java
diff -u sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.1 sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.2
--- sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.1 Sun Jan 14 04:43:52 2001
+++ sierra/src/java/org/openprivacy/sierra/tests/Test2.java Sun Jan 14 05:10:50 2001
@@ -30,7 +30,7 @@
  *
  *
  * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: Test2.java,v 1.1 2001/01/14 12:43:52 burton Exp $
+ * @version $Id: Test2.java,v 1.2 2001/01/14 13:10:50 burton Exp $
  */
 public class Test2 extends BaseTest {
 
@@ -42,8 +42,7 @@
         Reputation rep = new Reputation( "http://www.openprivacy.org" );
         rep.addValue( new Value( "*", "GOOD" ) );
         
- new PutReputation( router,
- rep );
+ new PutReputation( router, rep );
 
     }
 



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