[prev in list] [next in list] [prev in thread] [next in thread] 

List:       log4j-dev
Subject:    cvs commit: logging-log4j/tests/src/java/org/apache/log4j/spi LoggingEventTest.java
From:       carnold () apache ! org
Date:       2005-05-25 5:17:42
Message-ID: 20050525051742.66484.qmail () minotaur ! apache ! org
[Download RAW message or body]

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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic