def test_set_readLocation(self):
     ed = EventEditor("")
     ed.readLocation = "test.txt"
     self.assertEqual("test.txt",ed.readLocation)