Beispiel #1
0
 def test_login(self):
     sessfile = '%s/%s'%(tempfile.gettempdir(), otrs_search.OTRS_SESSION)
     os.remove(sessfile)
     otrs_search.get_conf()
     otrs_search.create_session()
     self.assertTrue(os.path.exists(sessfile))
Beispiel #2
0
 def test_login(self):
     sessfile = os.path.expanduser(otrs_search.OTRS_SESSION)
     os.remove(sessfile)
     otrs_search.get_conf()
     otrs_search.create_session()
     self.assertTrue(os.path.exists(sessfile))
Beispiel #3
0
 def test_login(self):
     sessfile = os.path.expanduser(otrs_search.OTRS_SESSION)
     os.remove(sessfile)
     otrs_search.get_conf()
     otrs_search.create_session()
     self.assertTrue(os.path.exists(sessfile))