carnold 2005/05/24 22:17:42
Modified: tests/src/java/org/apache/log4j/spi LoggingEventTest.java
Log:
Bug 34827: Additional bytes noticed to change over time
Revision Changes Path
1.4 +3 -3
logging-log4j/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java
Index: LoggingEventTest.java
===================================================================
RCS file:
/home/cvs/logging-log4j/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LoggingEventTest.java 10 May 2005 14:42:44 -0000 1.3
+++ LoggingEventTest.java 25 May 2005 05:17:42 -0000 1.4
@@ -83,7 +83,7 @@
root, Level.INFO, "Hello, world.", null);
LocationInfo info = event.getLocationInformation();
event.prepareForDeferredProcessing();
- int[] skip = new int[] { 358, 359, 360, 361, 362 };
+ int[] skip = new int[] { 354, 355, 356, 357, 358, 359, 360, 361, 362 };
assertSerializationEquals("witness/serialization/location.bin", event,
skip, Integer.MAX_VALUE);
}
@@ -97,7 +97,7 @@
LoggingEvent event = new LoggingEvent(root.getClass().getName(),
root, Level.INFO, "Hello, world.", null);
event.prepareForDeferredProcessing();
- int[] skip = new int[] { 358, 359, 360, 361, 362 };
+ int[] skip = new int[] { 354, 355, 356, 357, 358, 359, 360, 361, 362 };
assertSerializationEquals("witness/serialization/ndc.bin", event,
skip, Integer.MAX_VALUE);
}
@@ -111,7 +111,7 @@
LoggingEvent event = new LoggingEvent(root.getClass().getName(),
root, Level.INFO, "Hello, world.", null);
event.prepareForDeferredProcessing();
- int[] skip = new int[] { 358, 359, 360, 361, 362 };
+ int[] skip = new int[] { 354, 355, 356, 357, 358, 359, 360, 361, 362 };
assertSerializationEquals("witness/serialization/mdc.bin", event,
skip, Integer.MAX_VALUE);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]