Update of /cvsroot/cweb/junit-ext/src/java/junit/framework
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20004/src/java/junit/framework
Modified Files:
TestCase2.java
Log Message:
Remove some non-ASCII characters.
Index: TestCase2.java
===================================================================
RCS file: /cvsroot/cweb/junit-ext/src/java/junit/framework/TestCase2.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TestCase2.java 16 Aug 2007 09:48:51 -0000 1.23
--- TestCase2.java 10 Sep 2007 11:09:13 -0000 1.24
***************
*** 2127,2131 ****
* specifies how big an error we are willing to accept in terms
* of the value of the least significant digit of the floating
! * point numbers representation. <i>maxUlps</i> can also be
* interpreted in terms of how many representable floats we are
* willing to accept between A and B. This function will allow
--- 2127,2131 ----
* specifies how big an error we are willing to accept in terms
* of the value of the least significant digit of the floating
! * point number's representation. <i>maxUlps</i> can also be
* interpreted in terms of how many representable floats we are
* willing to accept between A and B. This function will allow
***************
*** 2175,2179 ****
* specifies how big an error we are willing to accept in terms
* of the value of the least significant digit of the floating
! * point numbers representation. <i>maxUlps</i> can also be
* interpreted in terms of how many representable doubles we are
* willing to accept between A and B. This function will allow
--- 2175,2179 ----
* specifies how big an error we are willing to accept in terms
* of the value of the least significant digit of the floating
! * point number's representation. <i>maxUlps</i> can also be
* interpreted in terms of how many representable doubles we are
* willing to accept between A and B. This function will allow
***************
*** 2254,2258 ****
// * Place. This specifies how big an error we are willing to accept
// * in terms of the value of the least significant digit of the
! // * floating point numbers representation. <i>maxUlps</i> can
// * also be interpreted in terms of how many representable floats
// * we are willing to accept between A and B. This function will
--- 2254,2258 ----
// * Place. This specifies how big an error we are willing to accept
// * in terms of the value of the least significant digit of the
! // * floating point number's representation. <i>maxUlps</i> can
// * also be interpreted in terms of how many representable floats
// * we are willing to accept between A and B. This function will
***************
*** 2329,2333 ****
// * Place. This specifies how big an error we are willing to accept
// * in terms of the value of the least significant digit of the
! // * floating point numbers representation. <i>maxUlps</i> can
// * also be interpreted in terms of how many representable doubles
// * we are willing to accept between A and B. This function will
--- 2329,2333 ----
// * Place. This specifies how big an error we are willing to accept
// * in terms of the value of the least significant digit of the
! // * floating point number's representation. <i>maxUlps</i> can
// * also be interpreted in terms of how many representable doubles
// * we are willing to accept between A and B. This function will
|