Revert r39731, which was my attempt to make the test suite use SuSE's
commit7d5bebd199dbb0458a9c692727b363c8fa2f1397
authorJulian Foad <julian.foad@wandisco.com>
Thu, 15 Oct 2009 12:30:36 +0000 (15 12:30 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Thu, 15 Oct 2009 12:30:36 +0000 (15 12:30 +0000)
treefe1c11014e90ef2bf4e440a932ec21c7a5e4fafe
parentdddfb207aaf2108b20d7f29f74c87fa46df4b957
Revert r39731, which was my attempt to make the test suite use SuSE's
'python-sqlite' package. That package provides a module called 'sqlite'. I
found that the tests fail in trying to run an 'execute' with that module. The
'python-sqlite2' package for SuSE provides a module called 'pysqlite2' which
does work, and which was already being picked up.

The log message of the reverted change was:

  * subversion/tests/cmdline/svntest/__init__.py
    Support systems on which the Python sqlite3 module is named 'sqlite'.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@880118 13f79535-47bb-0310-9956-ffa450edef68
svntest/__init__.py