You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2008/12/03 21:15:11 UTC

svn commit: r723056 - in /directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations: GracefulDisconnectTest.java GracefulShutdownTest.java

Author: elecharny
Date: Wed Dec  3 12:15:10 2008
New Revision: 723056

URL: http://svn.apache.org/viewvc?rev=723056&view=rev
Log:
Replaced tabs by 4 spaces.

Modified:
    directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulDisconnectTest.java
    directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulShutdownTest.java

Modified: directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulDisconnectTest.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulDisconnectTest.java?rev=723056&r1=723055&r2=723056&view=diff
==============================================================================
--- directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulDisconnectTest.java (original)
+++ directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulDisconnectTest.java Wed Dec  3 12:15:10 2008
@@ -45,7 +45,7 @@
     /**
      * Test the decoding of a GracefulDisconnect
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectSuccess()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -110,7 +110,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with a timeOffline only
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectTimeOffline()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -163,7 +163,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with a delay only
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectDelay()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -217,7 +217,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with a timeOffline and a delay
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectTimeOfflineDelay()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -272,7 +272,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with replicatedContexts only
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectReplicatedContextsOnly()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -337,7 +337,7 @@
     /**
      * Test the decoding of a empty GracefulDisconnect
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectEmpty()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -391,7 +391,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with a timeOffline off limit
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectTimeOfflineOffLimit()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -422,7 +422,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with a delay off limit
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectDelayOffLimit()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -456,7 +456,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with an empty TimeOffline
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectTimeOfflineEmpty()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -486,7 +486,7 @@
     /**
      * Test the decoding of a GracefulDisconnect with an empty delay
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectDelayEmpty()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -517,7 +517,7 @@
      * Test the decoding of a GracefulDisconnect with an empty replicated
      * contexts
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectReplicatedContextsEmpty()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();
@@ -548,7 +548,7 @@
      * Test the decoding of a GracefulDisconnect with an invalid replicated
      * context
      */
-	@Test
+    @Test
     public void testDecodeGracefulDisconnectReplicatedContextsInvalid()
     {
         Asn1Decoder decoder = new GracefulDisconnectDecoder();

Modified: directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulShutdownTest.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulShutdownTest.java?rev=723056&r1=723055&r2=723056&view=diff
==============================================================================
--- directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulShutdownTest.java (original)
+++ directory/shared/branches/shared-mina2/ldap/src/test/java/org/apache/directory/shared/ldap/codec/extended/operations/GracefulShutdownTest.java Wed Dec  3 12:15:10 2008
@@ -45,7 +45,7 @@
     /**
      * Test the decoding of a GracefulShutdown
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownSuccess()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -100,7 +100,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a timeOffline only
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownTimeOffline()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -152,7 +152,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a delay only
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelay()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -205,7 +205,7 @@
     /**
      * Test the decoding of a empty GracefulShutdown
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownEmpty()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -256,7 +256,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a delay above 128
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelayHigh()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -310,7 +310,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a delay equals 32767
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelay32767()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -364,7 +364,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a delay above 32768
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelay32768()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -422,7 +422,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a timeOffline off limit
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownTimeOfflineOffLimit()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -453,7 +453,7 @@
     /**
      * Test the decoding of a GracefulShutdown with a delay off limit
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelayOffLimit()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -487,7 +487,7 @@
     /**
      * Test the decoding of a GracefulShutdown with an empty TimeOffline
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownTimeOfflineEmpty()
     {
         Asn1Decoder decoder = new LdapDecoder();
@@ -517,7 +517,7 @@
     /**
      * Test the decoding of a GracefulShutdown with an empty delay
      */
-	@Test
+    @Test
     public void testDecodeGracefulShutdownDelayEmpty()
     {
         Asn1Decoder decoder = new LdapDecoder();