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

From: cvs@openprivacy.org
Date: Wed Mar 14 2001 - 16:51:13 PST

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

    Date: Wednesday March 14, 19101 @ 16:51
    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-serv3967/src/java/org/openprivacy/sierra/tests

    Modified Files:
            Test9.java
    Log Message:
    properties table was not accepting multiple properties for the same reputation because of unique index

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test9.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.8 sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.8 Wed Mar 14 16:02:25 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test9.java Wed Mar 14 16:51:13 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.8 2001/03/15 00:02:25 burton Exp $
    + * @version $Id: Test9.java,v 1.9 2001/03/15 00:51:13 burton Exp $
      */
     public class Test9 extends BaseTest {
     
    @@ -75,7 +75,8 @@
             System.out.println( "FIXME: (debug): payload TypeReference: " + pmp1.getTypeReference().toString() );
             
             pmp1.setString( "foo", "bar" );
    -
    + pmp1.setString( "Free Software Foundation", "good" );
    +
             reputation.addPayload( pmp1 );
             
             ReputationConstrainer.constrain( reputation, nb );
    @@ -89,7 +90,7 @@
          * Test out a query execution...
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test9.java,v 1.8 2001/03/15 00:02:25 burton Exp $
    + * @version $Id: Test9.java,v 1.9 2001/03/15 00:51:13 burton Exp $
          */
         private void executeQuery( StoreEngine se ) throws Exception {
     



    This archive was generated by hypermail 2b30 : Wed Mar 14 2001 - 16:51:45 PST