This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients ncoghlan, paul.moore, pje
Date 2008-03-21.19:49:38
SpamBayes Score 0.052586235
Marked as misclassified No
Message-id <1206128979.23.0.447243788782.issue2439@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, for comparison, I'm running the test (under Windows) using
rt -q -v test_pkgutil from the PCBuild directory. I can't see how
test_getdata_filesys can fail, as long as you're running it from the
correct place - it reads the test_pkgutil.py file relative to the test
package, so it won't run outside of there (maybe I should change this,
but that's a separate issue for now).

Here's my output:

>rt -q -v test_pkgutil
.\\python  -E -tt ../lib/test/regrtest.py -v test_pkgutil
test_pkgutil
test_alreadyloaded (test.test_pkgutil.PkgutilTests) ... ok
test_getdata_filesys (test.test_pkgutil.PkgutilTests) ... ok
test_getdata_pep302 (test.test_pkgutil.PkgutilTests) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
1 test OK.
History
Date User Action Args
2008-03-21 19:49:39paul.mooresetspambayes_score: 0.0525862 -> 0.052586235
recipients: + paul.moore, pje, ncoghlan
2008-03-21 19:49:39paul.mooresetspambayes_score: 0.0525862 -> 0.0525862
messageid: <1206128979.23.0.447243788782.issue2439@psf.upfronthosting.co.za>
2008-03-21 19:49:38paul.moorelinkissue2439 messages
2008-03-21 19:49:38paul.moorecreate