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

From: cvs@openprivacy.org
Date: Mon Mar 05 2001 - 00:45:15 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/query/talon/implementations/simple"

    Date: Monday March 5, 19101 @ 0:45
    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/cvs/public/sierra/src/java/org/openprivacy/sierra/tests
    In directory giga:/tmp/cvs-serv12131/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test1.java Test2.java Test3.java Test5.java
    Log Message:
    updated docs... migrating old TODO over. updated javadoc on Tests...

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test1.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.11 sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.12
    --- sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.11 Tue Feb 20 16:55:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test1.java Mon Mar 5 00:45:15 2001
    @@ -34,10 +34,10 @@
     import org.openprivacy.sierra.query.*;
     
     /**
    + * Tests out putReputation on the SOAP code.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test1.java,v 1.11 2001/02/21 00:55:08 burton Exp $
    + * @version $Id: Test1.java,v 1.12 2001/03/05 08:45:15 burton Exp $
      */
     public class Test1 extends BaseTest {
     

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/tests/Test2.java?rev=1.9&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.9&r2=1.8

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test2.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.8 sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.8 Tue Feb 20 16:55:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test2.java Mon Mar 5 00:45:15 2001
    @@ -27,10 +27,10 @@
     import org.openprivacy.sierra.reputation.talon.interfaces.*;
     
     /**
    + * Test getReputation on the SOAP code.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test2.java,v 1.8 2001/02/21 00:55:08 burton Exp $
    + * @version $Id: Test2.java,v 1.9 2001/03/05 08:45:15 burton Exp $
      */
     public class Test2 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test3.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.5 sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.5 Tue Feb 20 16:55:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test3.java Mon Mar 5 00:45:15 2001
    @@ -26,10 +26,11 @@
     import talon.*;
     
     /**
    + * Tests some Payloads to make sure they are available and that everything
    + * works.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test3.java,v 1.5 2001/02/21 00:55:08 burton Exp $
    + * @version $Id: Test3.java,v 1.6 2001/03/05 08:45:15 burton Exp $
      */
     public class Test3 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test5.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.3 sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.3 Mon Feb 19 18:23:30 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test5.java Mon Mar 5 00:45:15 2001
    @@ -25,17 +25,15 @@
     import org.openprivacy.sierra.nym.talon.interfaces.*;
     
     /**
    - *
    + * Create and work with some Nyms.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test5.java,v 1.3 2001/02/20 02:23:30 burton Exp $
    + * @version $Id: Test5.java,v 1.4 2001/03/05 08:45:15 burton Exp $
      */
     public class Test5 extends BaseTest {
     
         public void initialize( TestletContext context ) throws Exception {
     
    -
    -
             // This test tries to emulate use case 1
     
             // - Use Case: http://pix.comedia.com/OpenPrivacy/20010116/DSCN6054.JPG



    This archive was generated by hypermail 2b30 : Mon Mar 05 2001 - 00:45:47 PST