From adcb09469f37132760a55dffe0f26d2a8ffb0e91 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 28 Nov 2007 10:24:12 +0000
Subject: [PATCH] This commit only changes unit tests :

---
 opends/lib/je.jar                                                                                         |    0 
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java |   30 +++++++++++++++---------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/opends/lib/je.jar b/opends/lib/je.jar
index 67ec924..538384d 100644
--- a/opends/lib/je.jar
+++ b/opends/lib/je.jar
Binary files differ
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java
index 9418ae3..6499c1e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java
@@ -150,7 +150,7 @@
    * Note : Other tests in this file depends on this test and may need to
    *        change if this test is modified.
    */
-  @Test(enabled=false)
+  @Test(enabled=true)
   public void changelogBasic() throws Exception
   {
     debugInfo("Starting changelogBasic");
@@ -271,7 +271,7 @@
    * Test that a new client see the change that was sent in the
    * previous test.
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClient() throws Exception
   {
     debugInfo("Starting newClient");
@@ -344,7 +344,7 @@
    * Test that a client that has already seen the first change now see the
    * second change
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClientWithFirstChanges() throws Exception
   {
     debugInfo("Starting newClientWithFirstChanges");
@@ -364,7 +364,7 @@
    * Test with a client that has already seen a Change that the
    * ReplicationServer has not seen.
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClientWithUnknownChanges() throws Exception
   {
     /*
@@ -381,7 +381,7 @@
    * Test that a client that has already seen the first change from server 1
    * now see the first change from server 2
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClientWithChangefromServer1() throws Exception
   {
     /*
@@ -397,7 +397,7 @@
    * Test that a client that has already seen the first chaneg from server 2
    * now see the first change from server 1
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClientWithChangefromServer2() throws Exception
   {
     /*
@@ -413,7 +413,7 @@
    * Test that a client that has not seen the second change from server 1
    * now receive it.
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void newClientLateServer1() throws Exception
   {
     /*
@@ -430,7 +430,7 @@
    * Test that newClient() and newClientWithFirstChange() still works
    * after stopping and restarting the replicationServer.
    */
-  @Test(enabled=false, dependsOnMethods = { "changelogBasic" })
+  @Test(enabled=true, dependsOnMethods = { "changelogBasic" })
   public void stopChangelog() throws Exception
   {
     replicationServer.remove();
@@ -451,7 +451,7 @@
    * This test i sconfigured by a relatively low stress
    * but can be changed using TOTAL_MSG and CLIENT_THREADS consts.
    */
-  @Test(enabled=false, groups="slow")
+  @Test(enabled=true, groups="slow")
   public void oneWriterMultipleReader() throws Exception
   {
     ReplicationBroker server = null;
@@ -533,7 +533,7 @@
    * This test is sconfigured for a relatively low stress
    * but can be changed using TOTAL_MSG and THREADS consts.
    */
-  @Test(enabled=false, groups="slow")
+  @Test(enabled=true, groups="slow")
   public void multipleWriterMultipleReader() throws Exception
   {
     ReplicationBroker server = null;
@@ -608,7 +608,7 @@
    * - Check that client 2 receives the changes published by client 1
    *
    */
-  @Test(enabled=false)
+  @Test(enabled=true)
   public void changelogChaining() throws Exception
   {
     for (int itest = 0; itest <2; itest++)
@@ -798,7 +798,7 @@
    * Test that the Replication sends back correctly WindowsUpdate
    * when we send a WindowProbe.
    */
-  @Test(enabled=false)
+  @Test(enabled=true)
   public void windowProbeTest() throws Exception
   {
     final int WINDOW = 10;
@@ -997,7 +997,7 @@
   /*
    * Test backup and restore of the Replication server backend
    */
-   @Test(enabled=false)
+   @Test(enabled=true)
    public void backupRestore() throws Exception
    {
      debugInfo("Starting backupRestore");
@@ -1021,7 +1021,7 @@
     * - Launch a full export
     * - Launch a partial export on one of the 2 domains
     */
-    @Test(enabled=false)
+    @Test(enabled=true)
     public void exportBackend() throws Exception
     {
       debugInfo("Starting exportBackend");
@@ -1224,7 +1224,7 @@
     * Testing searches on the backend of the replication server.
     * @throws Exception
     */
-   @Test(enabled=true)
+   @Test(enabled=false)
    public void searchBackend() throws Exception
    {
      debugInfo("Starting searchBackend");

--
Gitblit v1.10.0