[jboss-cvs] jboss-seam/examples/wiki/src/test ...

Christian Bauer christian at hibernate.org
Wed Jan 9 10:59:25 EST 2008


  User: cbauer  
  Date: 08/01/09 10:59:25

  Modified:    examples/wiki/src/test   AllTests.tng.xml log4j.xml
  Log:
  JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
  
  Revision  Changes    Path
  1.10      +0 -8      jboss-seam/examples/wiki/src/test/AllTests.tng.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AllTests.tng.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/AllTests.tng.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- AllTests.tng.xml	3 Jan 2008 14:54:35 -0000	1.9
  +++ AllTests.tng.xml	9 Jan 2008 15:59:25 -0000	1.10
  @@ -65,12 +65,4 @@
           </packages>
       </test>
   
  -    <!--
  -    <test name="Adhoc">
  -        <classes>
  -            <class name="org.jboss.seam.wiki.test.preferences.InstancePreferencesTests"/>
  -        </classes>
  -    </test>
  -    -->
  -
   </suite>
  
  
  
  1.6       +3 -3      jboss-seam/examples/wiki/src/test/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/log4j.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- log4j.xml	30 Dec 2007 02:33:22 -0000	1.5
  +++ log4j.xml	9 Jan 2008 15:59:25 -0000	1.6
  @@ -13,7 +13,7 @@
   
       <!-- ############### Wiki logging #################  -->
       <category name="org.jboss.seam.wiki">
  -        <priority value="WARN"/>
  +        <priority value="TRACE"/>
       </category>
       <category name="org.jboss.seam.wiki.test">
           <priority value="info"/>
  @@ -37,11 +37,11 @@
           <priority value="WARN"/>
       </category>
   
  -    <!--
       <category name="org.hibernate.SQL">
           <priority value="TRACE"/>
       </category>
   
  +    <!--
       <category name="org.hibernate.type">
           <priority value="TRACE"/>
       </category>
  @@ -65,6 +65,7 @@
       </category>
   
       <!-- These things are too noisy
  +    -->
       <category name="org.jboss.seam.jsf.SeamVariableResolver">
           <priority value="INFO"/>
       </category>
  @@ -86,7 +87,6 @@
       <category name="org.jboss.seam.core.Events">
           <priority value="INFO"/>
       </category>
  -    -->
   
       <root>
           <priority value="INFO"/>
  
  
  



More information about the jboss-cvs-commits mailing list