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

From: cvs@openprivacy.org
Date: Fri Mar 16 2001 - 02:01:35 PST

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

    Date: Friday March 16, 19101 @ 2:01
    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-serv8159/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test9.java
    Log Message:
    fixed problem with reputation fk not being set in properties table

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test9.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.11 sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.12
    --- sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.11 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test9.java Fri Mar 16 02:01:35 2001
    @@ -41,7 +41,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.11 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test9.java,v 1.12 2001/03/16 10:01:35 burton Exp $
      */
     public class Test9 extends BaseTest {
     
    @@ -72,8 +72,6 @@
             PropertyManagerPayload pmp1 = (PropertyManagerPayload)ComponentFactory
                 .getInstance( PropertyManagerPayload.class.getName() );
     
    - System.out.println( "FIXME: (debug): payload TypeReference: " + pmp1.getTypeReference().toString() );
    -
             pmp1.setString( "foo", "bar" );
             pmp1.setString( "Free Software Foundation", "good" );
             
    @@ -90,7 +88,7 @@
          * Test out a query execution...
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test9.java,v 1.11 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test9.java,v 1.12 2001/03/16 10:01:35 burton Exp $
          */
         private void executeQuery( StoreEngine se ) throws Exception {
     
    @@ -102,10 +100,10 @@
                 .getInstance( PropertyManagerTargetedQuery.class );
     
             query.setString( "foo", "bar" );
    -
    +
             //execute a Query.
             Result result = qm.execute( query );
    -
    +
         }
         
     }



    This archive was generated by hypermail 2b30 : Fri Mar 16 2001 - 02:02:37 PST