[Templates-cvs] cvs commit: Template2/docsrc/src/Release INSTALL.tt2
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/02/02 11:46:30
Modified: docsrc/src/Release INSTALL.tt2
Log:
* removed warnings about test failures that don't fail any more
Revision Changes Path
1.9 +1 -9 Template2/docsrc/src/Release/INSTALL.tt2
Index: INSTALL.tt2
===================================================================
RCS file: /template-toolkit/Template2/docsrc/src/Release/INSTALL.tt2,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- INSTALL.tt2 2006/01/30 20:04:33 1.8
+++ INSTALL.tt2 2006/02/02 11:46:30 1.9
@@ -80,11 +80,6 @@
number of configuration items. The following CONFIGURATION section
covers this in greater detail.
-There are known to be a few minor issues with the test suite, with
-some tests failing in certain conditions. None of these are thought
-to be serious problems. The BUILDING AND TESTING section provides
-more detail on this.
-
If you choose to install the optional components then you may need to
perform some post-installation steps to ensure that the template
libraries, HTML documentation and examples can be correctly viewed via
@@ -293,11 +288,8 @@
make
The 'make test' command runs the test scripts in the 't' subdirectory.
-There is known to be at least one failures under certain conditions:
- * The Text::Autoformat plugin may fail on tests 23 and 25 with
- versions of Perl prior to 5.6.0 when using a locale which has a
- decimal separator other than '.'.
+ make test
You can set the TEST_VERBOSE flag when running 'make test' to see the
results of the individual tests: