CVS update: talon/src/java/talon/tests

From: cvs@openprivacy.org
Date: Thu Jan 25 2001 - 11:05:18 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/docs"

    Date: Thursday January 25, 19101 @ 11:05
    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/talon/src/java/talon/tests

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

    Update of /usr/local/cvs/public/talon/src/java/talon/tests
    In directory giga:/tmp/cvs-serv7002/src/java/talon/tests

    Modified Files:
            Test1.java test.xml
    Log Message:
    logger and property manager now being used... required for CompositeRCE

    *****************************************************************
    File: talon/src/java/talon/tests/Test1.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test1.java?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test1.java.diff?r1=1.3&r2=1.2

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

    Index: talon/src/java/talon/tests/Test1.java
    diff -u talon/src/java/talon/tests/Test1.java:1.2 talon/src/java/talon/tests/Test1.java:1.3
    --- talon/src/java/talon/tests/Test1.java:1.2 Tue Jan 16 08:06:31 2001
    +++ talon/src/java/talon/tests/Test1.java Thu Jan 25 11:05:18 2001
    @@ -29,7 +29,7 @@
      *
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test1.java,v 1.2 2001/01/16 16:06:31 burton Exp $
    + * @version $Id: Test1.java,v 1.3 2001/01/25 19:05:18 burton Exp $
      */
     public class Test1 extends AbstractTestlet {
     
    @@ -39,7 +39,7 @@
             //get default the property component
     
             ComponentHandle ch = new ComponentHandle( "talon.interfaces.PropertyManager",
    - "talon.implementations.PropertyFileManager" );
    + "talon.implementations.FilePropertyManager" );
     
             //set a required property...
             ch.getInitProperties().setProperty( "project", "talon" );

    *****************************************************************
    File: talon/src/java/talon/tests/test.xml

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/test.xml?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/test.xml.diff?r1=1.3&r2=1.2

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

    Index: talon/src/java/talon/tests/test.xml
    diff -u talon/src/java/talon/tests/test.xml:1.2 talon/src/java/talon/tests/test.xml:1.3
    --- talon/src/java/talon/tests/test.xml:1.2 Tue Jan 16 08:06:31 2001
    +++ talon/src/java/talon/tests/test.xml Thu Jan 25 11:05:18 2001
    @@ -15,6 +15,7 @@
     
         <testlet classname="talon.tests.Test1"/>
         <testlet classname="talon.tests.Test2"/>
    + <testlet classname="talon.tests.Test3"/>
     
      
       </target>



    This archive was generated by hypermail 2b30 : Thu Jan 25 2001 - 11:05:20 PST