Commit 243876c5 by Tim Babych Committed by Oleg Marshev

check unicode case other way around

parent 4339bf63
......@@ -340,7 +340,7 @@ class AnnotationViewTests(BaseAnnotationViewTests):
results = self._get_search_results(text=u"веселих")
self.assertEqual(results['total'], 1)
results = self._get_search_results(text=u"свят")
results = self._get_search_results(text=u"Свят")
self.assertEqual(results['total'], 1)
def test_read_all_no_annotations(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment