Advertisement
Noskcaj

Xchat testcase half finished

Dec 12th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. AutopilotTestCase.register_known_application("xchat", "xchat.desktop", "xchat")
  2.  
  3. class XchatTests(AutopilotTestCase):
  4.  
  5.     def setUp(self):
  6.         super(XchatTests, self).setUp()
  7.         self.application = self.launch_app_window('xchat')st
  8.  
  9.     #check app is loaded
  10.     self.app.set_focus()
  11.         self.assertTrue(self.app.is_focused)
  12.  
  13.     def test_user_data(self):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement