Fix for the Bmrb.test_bug_22704_corrupted_state_file GUI test.
This was failing because the setUp() method in the inherited Bmrb system test module was being
overwritten by the default Unittest.setUp() method. Therefore the system test setUp() method has
been copied into the GUI test class.