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

From: cvs@openprivacy.org
Date: Mon Feb 19 2001 - 18:23:30 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/util"

    Date: Monday February 19, 19101 @ 18:23
    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-serv27495/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test1.java Test5.java Test6.java
    Log Message:
    SimpleStoreManager now should meet its interface

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test1.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.9 sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.10
    --- sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.9 Mon Feb 19 15:38:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test1.java Mon Feb 19 18:23:30 2001
    @@ -1,9 +1,3 @@
    -//-----BEGIN ARROWHEAD-TEST-SIGNATURE-----
    -
    -
    -//------END ARROWHEAD-TEST-SIGNATURE------
    -
    -
     /*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
    @@ -43,7 +37,7 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test1.java,v 1.9 2001/02/19 23:38:24 burton Exp $
    + * @version $Id: Test1.java,v 1.10 2001/02/20 02:23:30 burton Exp $
      */
     public class Test1 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.3

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test5.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.2 sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.2 Sun Feb 18 22:50:30 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test5.java Mon Feb 19 18:23:30 2001
    @@ -28,12 +28,14 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test5.java,v 1.2 2001/02/19 06:50:30 burton Exp $
    + * @version $Id: Test5.java,v 1.3 2001/02/20 02:23:30 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
    @@ -43,7 +45,7 @@
     
             Nym fen = getNym( NYM_FEN );
             Nym burtonator = getNym( NYM_BURTONATOR );
    -
    +
         }
         
     }

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test6.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.2 sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.2 Mon Feb 19 15:38:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test6.java Mon Feb 19 18:23:30 2001
    @@ -28,18 +28,17 @@
     import talon.util.net.*;
     
     /**
    - * Test which creates a sample Reputation and places it within an RCE and a
    - * Store.
    + * Tries to instantiate EVERY component needed by Sierra.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test6.java,v 1.2 2001/02/19 23:38:24 burton Exp $
    + * @version $Id: Test6.java,v 1.3 2001/02/20 02:23:30 burton Exp $
      */
     public class Test6 extends BaseTest {
     
         /**
          * @see Testlet
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test6.java,v 1.2 2001/02/19 23:38:24 burton Exp $
    + * @version $Id: Test6.java,v 1.3 2001/02/20 02:23:30 burton Exp $
          */
         public void initialize( TestletContext context ) throws Exception {
     



    This archive was generated by hypermail 2b30 : Mon Feb 19 2001 - 18:25:01 PST