Update of /cvsroot/xdoclet/xjavadoc/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv31564/xjavadoc/etc

Modified Files:
        xjavadoctest.j 
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about 
the XClass AND the dimension.

Index: xjavadoctest.j
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/etc/xjavadoctest.j,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** xjavadoctest.j      30 Oct 2002 22:36:43 -0000      1.11
--- xjavadoctest.j      20 Mar 2003 22:36:13 -0000      1.12
***************
*** 104,108 ****
                method = methodIterator.next();
                // test if return type is the same
!               assertEquals( "<XDtMethod:methodType/>", 
method.getReturnType().getQualifiedName() + method.getDimensionAsString());
  
                // test if method name is the same
--- 104,108 ----
                method = methodIterator.next();
                // test if return type is the same
!               assertEquals( "<XDtMethod:methodType/>", 
method.getReturnType().getType().getQualifiedName() + 
method.getReturnType().getDimensionAsString());
  
                // test if method name is the same



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to