tests/tools/test_application.py
changeset 1822 1d7bf584eb7f
parent 1819 27976d1606a4
child 1826 91796f408540
equal deleted inserted replaced
1821:44a47d255d36 1822:1d7bf584eb7f
   148             [self.app.frame.CTR._Connect],
   148             [self.app.frame.CTR._Connect],
   149             [self.app.frame.CTR._Transfer],
   149             [self.app.frame.CTR._Transfer],
   150             [self.app.frame.CTR._Run],
   150             [self.app.frame.CTR._Run],
   151             [self.app.frame.CTR._Stop],
   151             [self.app.frame.CTR._Stop],
   152             [self.app.frame.CTR._Disconnect],
   152             [self.app.frame.CTR._Disconnect],
       
   153             [self.app.frame.CTR._Clean],
   153         ]
   154         ]
   154         return user_actions
   155         return user_actions
   155 
   156 
   156     def testStartUp(self):
   157     def testStartUp(self):
   157         """Checks whether the app starts and finishes correctly"""
   158         """Checks whether the app starts and finishes correctly"""