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

From: cvs@openprivacy.org
Date: Tue Jan 16 2001 - 08:06:31 PST


Date: Tuesday January 16, 19101 @ 8:06
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/cvsroot/talon/src/java/talon/tests
In directory openprivacy.org:/tmp/cvs-serv18519/src/java/talon/tests

Modified Files:
        Test1.java test.xml
Log Message:
Impl of a basic Logger interface... stolen from Turbine/jEdit/Jetspeed

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

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

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

Index: talon/src/java/talon/tests/Test1.java
diff -u talon/src/java/talon/tests/Test1.java:1.1 talon/src/java/talon/tests/Test1.java:1.2
--- talon/src/java/talon/tests/Test1.java:1.1 Tue Jan 16 02:42:33 2001
+++ talon/src/java/talon/tests/Test1.java Tue Jan 16 08:06:31 2001
@@ -29,7 +29,7 @@
  *
  *
  * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: Test1.java,v 1.1 2001/01/16 10:42:33 burton Exp $
+ * @version $Id: Test1.java,v 1.2 2001/01/16 16:06:31 burton Exp $
  */
 public class Test1 extends AbstractTestlet {
 
@@ -42,7 +42,7 @@
                                                   "talon.implementations.PropertyFileManager" );
 
         //set a required property...
- ch.setInitParameter( "project", "talon" );
+ ch.getInitProperties().setProperty( "project", "talon" );
         
         Component comp = ComponentFactory.getInstance( ch );
         

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

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

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

Index: talon/src/java/talon/tests/test.xml
diff -u talon/src/java/talon/tests/test.xml:1.1 talon/src/java/talon/tests/test.xml:1.2
--- talon/src/java/talon/tests/test.xml:1.1 Tue Jan 16 02:42:33 2001
+++ talon/src/java/talon/tests/test.xml Tue Jan 16 08:06:31 2001
@@ -14,6 +14,8 @@
     <echo message="Performing unit tests." />
 
     <testlet classname="talon.tests.Test1"/>
+ <testlet classname="talon.tests.Test2"/>
+
  
   </target>
 



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:15 PST