Message52442
| Author |
ocean-city |
| Recipients |
| Date |
2007年04月14日.04:06:20 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Hello. This is follow up patch for current trunk.
I confirmed testall.py passes on VC6 except for
test_normalization.py. (I needed to expand python_d.exe's stack size to 1MB, though. otherwise,
test_excepsion.py etc crashes with stack overflow)
# error of test_normalization.py
FAILED (errors=1)
Traceback (most recent call last):
File "test_normalization.py", line 94, in <module>
test_main()
File "test_normalization.py", line 91, in test_main
run_unittest(NormalizationTest)
File "e:\python-dev\trunk\lib\test\test_support.py", line 557, in run_unittest
run_suite(suite, testclass)
File "e:\python-dev\trunk\lib\test\test_support.py", line 542, in run_suite
raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
File "test_normalization.py", line 36, in test_main
for line in open_urlresource(TESTDATAURL):
File "e:\python-dev\trunk\lib\test\test_support.py", line 271, in open_urlreso
urce
requires('urlfetch')
File "e:\python-dev\trunk\lib\test\test_support.py", line 94, in requires
raise ResourceDenied(msg)
ResourceDenied: Use of the `urlfetch' resource not enabled
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:58:02 | admin | link | issue1700463 messages |
| 2007年08月23日 15:58:02 | admin | create |
|