summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-17 17:27:48 +0000
committerSimon McVittie <smcv@collabora.com>2019-07-15 13:47:08 +0100
commit745230046f0497582e2ee4b3648b32624451e754 (patch)
tree42f28c92cc69f4fffb3e39f1caee2159b3e00f11 /test
parent7a86a44d1f244861c3eab25250985d7d5c78c333 (diff)
Remove remaining support for Ubuntu 14.04 'trusty'
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-standalone.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-standalone.py b/test/test-standalone.py
index c68b1db..f7dca40 100755
--- a/test/test-standalone.py
+++ b/test/test-standalone.py
@@ -506,7 +506,8 @@ class TestMessageMarshalling(unittest.TestCase):
try:
s.append(noncharacter, signature='s')
except UnicodeError:
- pass # libdbus < 1.6.10 disallows noncharacters
+ raise AssertionError(
+ 'Appending %r should succeed' % noncharacter)
else:
pass # libdbus >= 1.6.10 allows noncharacters