Update of /cvsroot/xdoclet/xjavadoc/junit/xjavadoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24409/junit/xjavadoc

Modified Files:
        XJavaDocTestJ15.java 
Log Message:
Test cases related to XJD-41 are updated 

Index: XJavaDocTestJ15.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/junit/xjavadoc/XJavaDocTestJ15.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** XJavaDocTestJ15.java        2 Sep 2005 07:02:37 -0000       1.3
--- XJavaDocTestJ15.java        13 Sep 2005 08:51:55 -0000      1.4
***************
*** 311,318 ****
                Collection helloAndGoodbyeMethods = goodbye.getMethods( true );
  
!               assertEquals( 10, helloMethods.size() );
                assertEquals( 3, goodbyeMethods.size() );
                // we don't inherit the one private method, and one is 
overridden.
!               assertEquals( 9, helloAndGoodbyeMethods.size() );
        }
  
--- 311,318 ----
                Collection helloAndGoodbyeMethods = goodbye.getMethods( true );
  
!               assertEquals( 11, helloMethods.size() );
                assertEquals( 3, goodbyeMethods.size() );
                // we don't inherit the one private method, and one is 
overridden.
!               assertEquals( 10, helloAndGoodbyeMethods.size() );
        }
  
***************
*** 357,361 ****
                }
                assertEquals( 3, goodbyeCount );
!               assertEquals( 6, helloCount );
        }
  
--- 357,361 ----
                }
                assertEquals( 3, goodbyeCount );
!               assertEquals( 7, helloCount );
        }
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to