[tracker] functional-tests: fixing the previous commit
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] functional-tests: fixing the previous commit
- Date: Thu, 23 Sep 2010 14:27:43 +0000 (UTC)
commit 2b7f16d85c7691fdd77aee78e09f91f8a1d3abae
Author: Ivan Frade <ivan frade nokia com>
Date: Thu Sep 23 17:26:05 2010 +0300
functional-tests: fixing the previous commit
tests/functional-tests/16-collation.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/16-collation.py b/tests/functional-tests/16-collation.py
index 900c0f9..f75281c 100755
--- a/tests/functional-tests/16-collation.py
+++ b/tests/functional-tests/16-collation.py
@@ -1,5 +1,5 @@
-# -*- coding: utf-8 -*-
#!/usr/bin/python
+# -*- coding: utf-8 -*-
#
# Copyright (C) 2010, Nokia <ivan frade nokia com>
#
@@ -111,7 +111,7 @@ class TrackerStoreCollationTests (CommonTrackerStoreTest):
Spanish test in english locale
"""
input_dt = ["ä", "ö", "a", "e", "i", "o", "u"]
- expected = ["a", "ä", "e", "i", "o", "u", "ü"]
+ expected = ["a", u"ä", "e", "i", "o", u"ö", "u"]
self.__collation_test (input_dt, expected)
if __name__ == "__main__":
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]