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 2005/03/09 01:40:34 UTC

cvs commit: logging-log4j/tests/src/java/org/apache/log4j MinimumTest.java

carnold     2005/03/08 16:40:34

  Modified:    tests/src/java/org/apache/log4j MinimumTest.java
  Log:
  Mark ttcc test deprecated since TTCCLayout is deprecated
  
  Revision  Changes    Path
  1.3       +7 -1      logging-log4j/tests/src/java/org/apache/log4j/MinimumTest.java
  
  Index: MinimumTest.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/log4j/MinimumTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MinimumTest.java	6 Jan 2005 17:03:11 -0000	1.2
  +++ MinimumTest.java	9 Mar 2005 00:40:34 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2004 The Apache Software Foundation.
  + * Copyright 1999,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -72,6 +72,12 @@
       assertTrue(Compare.compare(FILTERED, "witness/simple"));
     }
   
  +  /**
  +   * Tests deprecated TTCCLayout.
  +   *
  +   * @deprecated Class under test is deprecated.
  +   * @throws Exception if io exception.
  +   */
     public void ttcc() throws Exception {
       TTCCLayout layout = new TTCCLayout();
       layout.setDateFormat(Constants.DATE_AND_TIME_FORMAT);
  
  
  

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