summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-02-27 14:04:52 -0500
committerRob Crittenden <rcritten@redhat.com>2015-02-27 14:04:52 -0500
commitcc9794ee5309782b5df1b782aa2e15bbd5068612 (patch)
tree1a6f63845f7cf7887925a0dd81b7fc74b8263687
parent0304493412593644852b1e66d932abe17a20fcbc (diff)
downloadmod_nss-cc9794ee5309782b5df1b782aa2e15bbd5068612.tar.gz
mod_nss-cc9794ee5309782b5df1b782aa2e15bbd5068612.tar.xz
mod_nss-cc9794ee5309782b5df1b782aa2e15bbd5068612.zip
Fix test failure due to line number change in test_cipher.py
I'm not going to commit a million of these 1-liners but I think the code is stable enough that it won't be a big deal. If it happens again I'll see about adding a fuzzer to assert_equal() to avoid line number differences.
-rw-r--r--test/test_cipher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cipher.py b/test/test_cipher.py
index 429d086..55989bd 100644
--- a/test/test_cipher.py
+++ b/test/test_cipher.py
@@ -159,4 +159,4 @@ class test_ciphers(object):
def test_invalid_format(self):
(out, err, rc) = run([exe, "none"])
assert rc == 1
- assert_equal(err, 'nss_engine_cipher.c:292, invalid cipher string none. Format is +cipher1,-cipher2...Unable to parse cipher list')
+ assert_equal(err, 'nss_engine_cipher.c:291, invalid cipher string none. Format is +cipher1,-cipher2...Unable to parse cipher list')