aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_svn.py
diff options
context:
space:
mode:
authorPhilip Thiem <ptthiem@gmail.com>2013-07-04 09:55:43 -0500
committerPhilip Thiem <ptthiem@gmail.com>2013-07-04 09:55:43 -0500
commita40c11b0e8c045bc5b1f6e83e1014f3d6b94fe66 (patch)
tree5e40e9b245c6605d02bcaa6e4bd6ca94b5567478 /setuptools/tests/test_svn.py
parentbac43dea180fde8c14b990ee1117fba56b9ab435 (diff)
downloadexternal_python_setuptools-a40c11b0e8c045bc5b1f6e83e1014f3d6b94fe66.tar.gz
external_python_setuptools-a40c11b0e8c045bc5b1f6e83e1014f3d6b94fe66.tar.bz2
external_python_setuptools-a40c11b0e8c045bc5b1f6e83e1014f3d6b94fe66.zip
If using a command, we can query the working copy version directly.
--HG-- extra : rebase_source : e329ddea4345c4acd90997e8994bd3715926cfbb
Diffstat (limited to 'setuptools/tests/test_svn.py')
-rw-r--r--setuptools/tests/test_svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_svn.py b/setuptools/tests/test_svn.py
index 1a41e427..b6950ea3 100644
--- a/setuptools/tests/test_svn.py
+++ b/setuptools/tests/test_svn.py
@@ -77,7 +77,7 @@ class TestSvn_1_7(unittest.TestCase):
def test_svnentrycmd_enteries(self):
entries = svn_utils.SVNEntries.load_dir('.')
self.assertIsInstance(entries, svn_utils.SVNEntriesCMD)
- self.assertEqual(entries.parse_revision(), 3)
+ self.assertEqual(entries.parse_revision(), 4)
self.assertEqual(set(entries.get_undeleted_records()),
set([u'readme.txt', u'other']))
self.assertEqual(set(entries.get_external_dirs('dir-props')),