~davi/kewpie/qp-fixes

« back to all changes in this revision

Viewing changes to percona_tests/xtrabackup_main/bug884737_test.py

  • Committer: Patrick Crews
  • Date: 2012-02-01 21:50:18 UTC
  • mfrom: (103.1.1 kewpie)
  • Revision ID: gleebix@gmail.com-20120201215018-ecby526e4optolcj
Updated xtrabackup tests + code

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
            self.assertEqual(output, expected_output, msg = "%s || %s" %(output, expected_output))
121
121
 
122
122
              
123
 
    def tearDown(self):
124
 
            server_manager.reset_servers(test_executor.name)
125
 
 
126