Skip to content

Commit 7f8d452

Browse files
author
Richard Jones
committed
remove invalid, out-of-place test
1 parent fab668f commit 7f8d452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_hyperdbvals.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_hyperdbvals.py,v 1.2 2006-08-11 04:50:24 richard Exp $
11+
# $Id: test_hyperdbvals.py,v 1.3 2006-08-18 01:26:19 richard Exp $
1212

1313
import unittest, os, shutil, errno, sys, difflib, cgi, re, sha
1414

@@ -111,7 +111,6 @@ def testLink(self):
111111
self.assertRaises(hyperdb.HyperdbValueError, self._test, 'link',
112112
'invalid')
113113
def testMultilink(self):
114-
self.assertEqual(self._test('password', ''), [])
115114
self.assertEqual(self._test('multilink', '', '1'), [])
116115
self.assertEqual(self._test('multilink', '1', '1'), ['1'])
117116
self.assertEqual(self._test('multilink', 'valid', '1'), ['1'])

0 commit comments

Comments
 (0)