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

From: cvs@openprivacy.org
Date: Fri Mar 09 2001 - 16:10:44 PST

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

    Date: Friday March 9, 19101 @ 16: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/talon/src/java/talon/tests

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

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

    Modified Files:
            Test1.java Test2.java Test3.java Test4.java Test5.java
            test.xml
    Log Message:
    reworked component initialization. ...

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/Test1.java?rev=1.4&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.4&r2=1.3

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

    Index: talon/src/java/talon/tests/Test1.java
    diff -u talon/src/java/talon/tests/Test1.java:1.3 talon/src/java/talon/tests/Test1.java:1.4
    --- talon/src/java/talon/tests/Test1.java:1.3 Thu Jan 25 11:05:18 2001
    +++ talon/src/java/talon/tests/Test1.java Fri Mar 9 16:10:43 2001
    @@ -26,10 +26,10 @@
     import talon.*;
     
     /**
    + * Test the FilePropertyManager.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test1.java,v 1.3 2001/01/25 19:05:18 burton Exp $
    + * @version $Id: Test1.java,v 1.4 2001/03/10 00:10:43 burton Exp $
      */
     public class Test1 extends AbstractTestlet {
     

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

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

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

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

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

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

    Index: talon/src/java/talon/tests/Test2.java
    diff -u talon/src/java/talon/tests/Test2.java:1.4 talon/src/java/talon/tests/Test2.java:1.5
    --- talon/src/java/talon/tests/Test2.java:1.4 Wed Mar 7 19:28:29 2001
    +++ talon/src/java/talon/tests/Test2.java Fri Mar 9 16:10:43 2001
    @@ -27,10 +27,11 @@
     import talon.interfaces.*;
     
     /**
    + * Get the default property component and make sure we have required properties.
    + * Also output the componentReference and typeReference.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test2.java,v 1.4 2001/03/08 03:28:29 burton Exp $
    + * @version $Id: Test2.java,v 1.5 2001/03/10 00:10:43 burton Exp $
      */
     public class Test2 extends AbstractTestlet {
     

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

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

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

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

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

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

    Index: talon/src/java/talon/tests/Test3.java
    diff -u talon/src/java/talon/tests/Test3.java:1.3 talon/src/java/talon/tests/Test3.java:1.4
    --- talon/src/java/talon/tests/Test3.java:1.3 Fri Mar 2 19:16:57 2001
    +++ talon/src/java/talon/tests/Test3.java Fri Mar 9 16:10:43 2001
    @@ -27,10 +27,11 @@
     import talon.interfaces.*;
     
     /**
    + * Get the Logger by multiple methods. Use its log methods and make sure there
    + * is no problem with output.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test3.java,v 1.3 2001/03/03 03:16:57 burton Exp $
    + * @version $Id: Test3.java,v 1.4 2001/03/10 00:10:43 burton Exp $
      */
     public class Test3 extends AbstractTestlet {
     
    @@ -50,7 +51,6 @@
             //try to get a Component via its name
             ComponentHandle handle = HandleManager.byName( "default_logger" );
             ComponentFactory.getInstance( handle );
    -
             
         }
     

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

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

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

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

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

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

    Index: talon/src/java/talon/tests/Test4.java
    diff -u talon/src/java/talon/tests/Test4.java:1.3 talon/src/java/talon/tests/Test4.java:1.4
    --- talon/src/java/talon/tests/Test4.java:1.3 Sun Feb 11 14:02:11 2001
    +++ talon/src/java/talon/tests/Test4.java Fri Mar 9 16:10:43 2001
    @@ -27,19 +27,17 @@
     import talon.interfaces.*;
     
     /**
    + * Testing properties for a specific component.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test4.java,v 1.3 2001/02/11 22:02:11 burton Exp $
    + * @version $Id: Test4.java,v 1.4 2001/03/10 00:10:43 burton Exp $
      */
     public class Test4 extends AbstractTestlet {
     
     
         /**
    - * Test group properties.
    - *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test4.java,v 1.3 2001/02/11 22:02:11 burton Exp $
    + * @version $Id: Test4.java,v 1.4 2001/03/10 00:10:43 burton Exp $
          */
         public void initialize( TestletContext context ) throws Exception {
     

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

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

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

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

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

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

    Index: talon/src/java/talon/tests/Test5.java
    diff -u talon/src/java/talon/tests/Test5.java:1.1 talon/src/java/talon/tests/Test5.java:1.2
    --- talon/src/java/talon/tests/Test5.java:1.1 Sun Feb 11 14:02:37 2001
    +++ talon/src/java/talon/tests/Test5.java Fri Mar 9 16:10:43 2001
    @@ -29,21 +29,17 @@
     
     
     /**
    + * Test the SimplePropertyManager.
      *
    - *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test5.java,v 1.1 2001/02/11 22:02:37 burton Exp $
    + * @version $Id: Test5.java,v 1.2 2001/03/10 00:10:43 burton Exp $
      */
     public class Test5 extends AbstractTestlet {
     
     
         public void initialize( TestletContext context ) throws Exception {
     
    - //get default the property component
    -
             SimplePropertyManager spm = new SimplePropertyManager();
    -
    -
             
         }
     

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/tests/test.xml?rev=1.6&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.6&r2=1.5

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

    Index: talon/src/java/talon/tests/test.xml
    diff -u talon/src/java/talon/tests/test.xml:1.5 talon/src/java/talon/tests/test.xml:1.6
    --- talon/src/java/talon/tests/test.xml:1.5 Sun Feb 11 14:02:11 2001
    +++ talon/src/java/talon/tests/test.xml Fri Mar 9 16:10:43 2001
    @@ -18,7 +18,10 @@
         <testlet classname="talon.tests.Test2"/>
         <testlet classname="talon.tests.Test3"/>
         <testlet classname="talon.tests.Test4"/>
    -
    + <testlet classname="talon.tests.Test6"/>
    + <testlet classname="talon.tests.Test7"/>
    + <testlet classname="talon.tests.Test8"/>
    +
       </target>
     
     </project>



    This archive was generated by hypermail 2b30 : Fri Mar 09 2001 - 16:12:45 PST