diff options
| author | R. David Murray <rdmurray@bitdance.com> | 2009-03-31 23:45:39 (GMT) |
|---|---|---|
| committer | R. David Murray <rdmurray@bitdance.com> | 2009-03-31 23:45:39 (GMT) |
| commit | 840ac926c572caa7656449aa1e815660e69f7713 (patch) | |
| tree | 1a0515a7ce815b82ebb402b530a7172f965ed523 /Lib/test/test_sqlite.py | |
| parent | a08867d8a147201cd10f580e87b126e034770428 (diff) | |
| download | cpython-840ac926c572caa7656449aa1e815660e69f7713.zip cpython-840ac926c572caa7656449aa1e815660e69f7713.tar.gz cpython-840ac926c572caa7656449aa1e815660e69f7713.tar.bz2 | |
Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
Diffstat (limited to 'Lib/test/test_sqlite.py')
| -rw-r--r-- | Lib/test/test_sqlite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sqlite.py b/Lib/test/test_sqlite.py index f8b2f98..167408c 100644 --- a/Lib/test/test_sqlite.py +++ b/Lib/test/test_sqlite.py @@ -1,7 +1,7 @@ import unittest from test.test_support import run_unittest, import_module -#Skip test of _sqlite3 module not installed +# Skip test if _sqlite3 module was not built. import_module('_sqlite3') from sqlite3.test import (dbapi, types, userfunctions, py25tests, |
