[jboss-cvs] jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Jul 13 12:05:20 EDT 2007


  User: pmuir   
  Date: 07/07/13 12:05:20

  Modified:    examples/dvdstore/src/com/jboss/dvd/seam  testng.xml
  Log:
  More descriptive test names
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/testng.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testng.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/src/com/jboss/dvd/seam/testng.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- testng.xml	31 May 2006 21:00:18 -0000	1.3
  +++ testng.xml	13 Jul 2007 16:05:20 -0000	1.4
  @@ -1,19 +1,19 @@
   <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
   <suite name="DVD Store" verbose="2" parallel="false">
  -    <test name="model unit tests">
  +    <test name="DVD Store: Model Unit Tests">
           <classes>
               <class name="com.jboss.dvd.seam.test.ProductUnitTest" />
           </classes>
       </test>
   
  -    <test name="store beans">
  +    <test name="DVD Store: Store Beans">
           <classes>
               <class name="com.jboss.dvd.seam.test.SearchTest"/>
               <class name="com.jboss.dvd.seam.test.BestSellersTest"/>
           </classes>
       </test>
       
  -    <test name="admin beans">
  +    <test name="DVD Store: Admin Beans">
           <classes>
               <class name="com.jboss.dvd.seam.test.StoreManagerTest"/>
           </classes>
  
  
  



More information about the jboss-cvs-commits mailing list