def setUp(self):
     TestBase.setup(self)
     self.name = u"name"
     self._domain = u"Microblog"
     self.author_guid = unicode(generate_random_guid())
     self.new_author_name = u"new_author_name"
     self.umlaut_author_name = u"loegfo__fuuhde☺☻♥♥♥Ää"
     self.umlaut_author_full_name = u"✫veronica✫Ää"
     self.umlaut_author_description = u"ⒷritainsⒷestⒸhoiceÄ	ä"
     self.umlaut_language = u"カリムスキー☺☻♥♦♣♠•◘○Ä	ä"
     self.umlaut_location = u"猫パンチÄ	ä"
 def setup(self):
   TestBase.setup(self)
   self.TEST_DATA_DIR = os.path.join(self.TEST_DATA_ROOT, "data", "maps")