You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/01/01 20:53:30 UTC

svn commit: r360536 - /logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java

Author: carnold
Date: Sun Jan  1 11:53:29 2006
New Revision: 360536

URL: http://svn.apache.org/viewcvs?rev=360536&view=rev
Log:
Bug 35452: Modify serialization tests for LocationInfo package change

Modified:
    logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java?rev=360536&r1=360535&r2=360536&view=diff
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java Sun Jan  1 11:53:29 2006
@@ -74,7 +74,7 @@
 
     int[] skip = new int[] { 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 600, 734, 735, 1511 };
     SerializationTestHelper.assertSerializationEquals(
-      "witness/serialization/exception.bin", event, skip, 1080);
+      "witness/serialization/exception.bin", event, skip, 1079);
   }
 
   /**



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org