Adnane Belmadiaf has proposed merging lp:~daker/loco-directory/fix.tests into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)

For more details, see:
https://code.launchpad.net/~daker/loco-directory/fix.tests/+merge/72803
-- 
https://code.launchpad.net/~daker/loco-directory/fix.tests/+merge/72803
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~daker/loco-directory/fix.tests into lp:loco-directory.
=== modified file 'loco_directory/meetings/models.py'
--- loco_directory/meetings/models.py	2011-06-24 16:22:39 +0000
+++ loco_directory/meetings/models.py	2011-08-24 22:01:28 +0000
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from django.db import models
 from userprofiles.models import UserProfile
 from teams.models import *

=== modified file 'loco_directory/meetings/tests.py'
--- loco_directory/meetings/tests.py	2011-06-24 16:22:39 +0000
+++ loco_directory/meetings/tests.py	2011-08-24 22:01:28 +0000
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 """
 This file demonstrates two different styles of tests (one doctest and one
 unittest). These will both pass when you run "manage.py test".
@@ -13,7 +14,7 @@
 
     def setUp(self):
         super(UnicodeTest, self).setUp()
-        self.test_string =  'test \xc3 string'
+        self.test_string =  u'test \xc3 string'
 
     def test_unicode_agenda_title(self):
         item = AgendaItem(title=self.test_string)

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to