X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/462a0ee104929be94101de13d6e5ea98cd858235..a37771233e9710ccf5127e6aff8b9c287fd0816a:/tests/dump.py diff --git a/tests/dump.py b/tests/dump.py index 2db1505..f8f2074 100755 --- a/tests/dump.py +++ b/tests/dump.py @@ -34,11 +34,11 @@ def test(): assert c.getglobal("foo") == "before", "checking global foo=before" print "adding a tag" # Exercise the tags-changed code - c.set(track, "tags", "first tag, another tag") + c.set(track, "tags", " first tag, Another Tag") assert dtest.lists_have_same_contents(c.tags(), [u"another tag", u"first tag"]),\ "checking tag list(1)" - c.set(track, "tags", "wibble, another tag") + c.set(track, "tags", "wibble, another tag ") assert dtest.lists_have_same_contents(c.tags(), [u"another tag", u"wibble"]),\ "checking tag list(2)"