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

From: cvs@openprivacy.org
Date: Tue Mar 13 2001 - 02:07:21 PST

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

    Date: Tuesday March 13, 19101 @ 2:07
    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-serv32109/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test9.java
    Log Message:
    can now push payloads off into the SimpleQueryManager... should now add them to the db.

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test9.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.5 sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.5 Mon Mar 12 23:38:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test9.java Tue Mar 13 02:07:21 2001
    @@ -39,7 +39,7 @@
      * queries to make sure they were indexed propertly.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test9.java,v 1.5 2001/03/13 07:38:08 burton Exp $
    + * @version $Id: Test9.java,v 1.6 2001/03/13 10:07:21 burton Exp $
      */
     public class Test9 extends BaseTest {
     
    @@ -69,6 +69,8 @@
             PropertyManagerPayload pmp1 = (PropertyManagerPayload)ComponentFactory
                 .getInstance( PropertyManagerPayload.class.getName() );
     
    + System.out.println( " FIXME: (debug): payload TypeReference: " + pmp1.getTypeReference().toString() );
    +
             pmp1.setString( "foo", "bar" );
     
             reputation.addPayload( pmp1 );



    This archive was generated by hypermail 2b30 : Tue Mar 13 2001 - 02:08:23 PST