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 2005/05/31 00:21:37 UTC

svn commit: r179163 - /directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java

Author: elecharny
Date: Mon May 30 15:21:34 2005
New Revision: 179163

URL: http://svn.apache.org/viewcvs?rev=179163&view=rev
Log:
- fixed the test (the exception message that we test has changed due to the corrections made in the grammar switch
mechanism fixing) 

Modified:
    directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java

Modified: directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java?rev=179163&r1=179162&r2=179163&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java (original)
+++ directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/ldap/codec/BindRequestTest.java Mon May 30 15:21:34 2005
@@ -126,7 +126,7 @@
         }
         catch ( DecoderException de )
         {
-            Assert.assertEquals( "Bad transition from state BIND_REQUEST_NAME_TAG, tag [80]", de.getMessage() );
+            Assert.assertEquals( "Bad transition from state PROTOCOL_OP_TAG, tag [80]", de.getMessage() );
             return;
         }