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

From: cvs@openprivacy.org
Date: Fri Feb 09 2001 - 14:39:12 PST

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

    Date: Friday February 9, 19101 @ 14:39
    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-serv24654/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test3.java
    Log Message:
    nym creation/abstrction mechanism

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test3.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.1 sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.1 Fri Feb 9 02:42:00 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test3.java Fri Feb 9 14:39:12 2001
    @@ -30,14 +30,15 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test3.java,v 1.1 2001/02/09 10:42:00 burton Exp $
    + * @version $Id: Test3.java,v 1.2 2001/02/09 22:39:12 burton Exp $
      */
     public class Test3 extends BaseTest {
     
         public void initialize( TestletContext context ) throws Exception {
     
             //fetch all necessary components.
    - requireComponent( new ComponentHandle().setImplementation( "org.openprivacy.sierra.talon.implementations.PropertyManagerPayloadImpl" ) );
    + requireComponent( new ComponentHandle()
    + .setImplementation( "org.openprivacy.sierra.talon.implementations.PropertyManagerPayloadImpl" ) );
             
         }
     



    This archive was generated by hypermail 2b30 : Fri Feb 09 2001 - 14:40:13 PST