summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-09-14 15:43:52 +0300
committerHarel Ben-Attia <harelba@gmail.com>2020-09-14 15:43:52 +0300
commit5b428b60d63b50c17faf68a5969961a67bdd3467 (patch)
treef535c054523820ae96ce33b6e9c7e331abc47bc7 /test
parente11c3a1659d4a74c93dc65ec89023a896fbd1383 (diff)
reintroduce old sha1 for backward compat + version bumps
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-suite b/test/test-suite
index 7efa3fe..b44b357 100755
--- a/test/test-suite
+++ b/test/test-suite
@@ -1601,7 +1601,7 @@ class UserFunctionTests(AbstractQTestCase):
self.assertEqual(o[4],six.b('55.9016994375'))
def test_sha1_function(self):
- cmd = 'seq 1 4 | %s -c 1 -d , "select c1,sha1(c1,\'utf-8\') from -"' % Q_EXECUTABLE
+ cmd = 'seq 1 4 | %s -c 1 -d , "select c1,sha1(c1) from -"' % Q_EXECUTABLE
retcode, o, e = run_command(cmd)
self.assertEqual(retcode,0)