Added a note about FSRef tests failing on MacOS 8.6.

This commit is contained in:
Jack Jansen 2003-06-16 13:57:09 +00:00
parent e748f0358f
commit a93b3cc9c2
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ After installing
----------------
It is probably a good idea to run the automatic tests. Start
Python and "import test.regrtest ; test.regrtest.main()".
Python and "import test.regrtest ; test.regrtest.main()".
On MacOS 8.6 a number of tests will fail because FSRefs are not
supported.
test_socket and test_logging fail, this problem is being investigated.