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

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:38 PST

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

    Date: Wednesday March 21, 19101 @ 12:59
    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-serv24979/org/openprivacy/sierra/tests

    Modified Files:
            BaseTest.java Test1.java Test2.java Test3.java Test4.java
            Test5.java Test6.java Test7.java Test8.java Test9.java
    Log Message:
    added header

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/BaseTest.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/BaseTest.java:1.10 sierra/src/java/org/openprivacy/sierra/tests/BaseTest.java:1.11
    --- sierra/src/java/org/openprivacy/sierra/tests/BaseTest.java:1.10 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/BaseTest.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: BaseTest.java,v 1.11 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -32,7 +44,7 @@
      * Central location for storing Parameter keys needed by Sierra Unit Tests
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseTest.java,v 1.10 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: BaseTest.java,v 1.11 2001/03/21 20:59:38 burton Exp $
      */
     public class BaseTest extends AbstractTestlet {
     
    @@ -45,7 +57,7 @@
          * Quick way to get a nym.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseTest.java,v 1.10 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: BaseTest.java,v 1.11 2001/03/21 20:59:38 burton Exp $
          */
         public Nym getNym( String name ) throws Exception {
             
    @@ -69,7 +81,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseTest.java,v 1.10 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: BaseTest.java,v 1.11 2001/03/21 20:59:38 burton Exp $
          */
     
         public Component requireComponent( ComponentHandle handle ) throws Exception {

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test1.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.12 sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.13
    --- sierra/src/java/org/openprivacy/sierra/tests/Test1.java:1.12 Mon Mar 5 00:45:15 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test1.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test1.java,v 1.13 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -37,7 +49,7 @@
      * Tests out putReputation on the SOAP code.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test1.java,v 1.12 2001/03/05 08:45:15 burton Exp $
    + * @version $Id: Test1.java,v 1.13 2001/03/21 20:59:38 burton Exp $
      */
     public class Test1 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test2.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.10 sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.11
    --- sierra/src/java/org/openprivacy/sierra/tests/Test2.java:1.10 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test2.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test2.java,v 1.11 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
      * Test getReputation on the SOAP code.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test2.java,v 1.10 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test2.java,v 1.11 2001/03/21 20:59:38 burton Exp $
      */
     public class Test2 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test3.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.8 sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/tests/Test3.java:1.8 Sun Mar 11 01:50:13 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test3.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test3.java,v 1.9 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
      * works.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test3.java,v 1.8 2001/03/11 09:50:13 burton Exp $
    + * @version $Id: Test3.java,v 1.9 2001/03/21 20:59:38 burton Exp $
      */
     public class Test3 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test4.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test4.java:1.4 sierra/src/java/org/openprivacy/sierra/tests/Test4.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/tests/Test4.java:1.4 Wed Mar 14 18:39:27 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test4.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test4.java,v 1.5 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
      * Tests Nym creation via Talon.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test4.java,v 1.4 2001/03/15 02:39:27 burton Exp $
    + * @version $Id: Test4.java,v 1.5 2001/03/21 20:59:38 burton Exp $
      */
     public class Test4 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test5.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.5 sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/tests/Test5.java:1.5 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test5.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test5.java,v 1.6 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -28,7 +40,7 @@
      * Create and work with some Nyms.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test5.java,v 1.5 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test5.java,v 1.6 2001/03/21 20:59:38 burton Exp $
      */
     public class Test5 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test6.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.9 sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.10
    --- sierra/src/java/org/openprivacy/sierra/tests/Test6.java:1.9 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test6.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test6.java,v 1.10 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -31,14 +43,14 @@
      * Tries to instantiate EVERY component needed by Sierra.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test6.java,v 1.9 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test6.java,v 1.10 2001/03/21 20:59:38 burton Exp $
      */
     public class Test6 extends BaseTest {
     
         /**
          * @see Testlet
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test6.java,v 1.9 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test6.java,v 1.10 2001/03/21 20:59:38 burton Exp $
          */
         public void initialize( TestletContext context ) throws Exception {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test7.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.6 sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/tests/Test7.java:1.6 Fri Mar 16 01:11:50 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test7.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test7.java,v 1.7 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -32,7 +44,7 @@
      * obtaining the actual Nym, etc).
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test7.java,v 1.6 2001/03/16 09:11:50 burton Exp $
    + * @version $Id: Test7.java,v 1.7 2001/03/21 20:59:38 burton Exp $
      */
     public class Test7 extends BaseTest {
     

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test8.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test8.java:1.3 sierra/src/java/org/openprivacy/sierra/tests/Test8.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/tests/Test8.java:1.3 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test8.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test8.java,v 1.4 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -34,7 +46,7 @@
      * Reputation URIs.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test8.java,v 1.3 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: Test8.java,v 1.4 2001/03/21 20:59:38 burton Exp $
      */
     public class Test8 extends BaseTest {
     

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/tests/Test9.java
    diff -u sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.14 sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.15
    --- sierra/src/java/org/openprivacy/sierra/tests/Test9.java:1.14 Sun Mar 18 22:18:35 2001
    +++ sierra/src/java/org/openprivacy/sierra/tests/Test9.java Wed Mar 21 12:59:38 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Test9.java,v 1.15 2001/03/21 20:59:38 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -66,7 +78,7 @@
      * </ul>
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test9.java,v 1.14 2001/03/19 06:18:35 burton Exp $
    + * @version $Id: Test9.java,v 1.15 2001/03/21 20:59:38 burton Exp $
      */
     public class Test9 extends BaseTest {
     
    @@ -131,7 +143,7 @@
          * Test out a query execution...
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Test9.java,v 1.14 2001/03/19 06:18:35 burton Exp $
    + * @version $Id: Test9.java,v 1.15 2001/03/21 20:59:38 burton Exp $
          */
         private void executeQuery( StoreEngine se ) throws Exception {
     



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 13:00:41 PST