Removing unused method Status::getXML.
[lhc/web/wiklou.git] / tests / phpunit / maintenance / DumpTestCase.php
index b5eb573..d134438 100644 (file)
@@ -45,7 +45,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase {
                                return array( $revision_id, $text_id );
                        }
                }
-               throw new MWException( "Could not determine revision id (" . $status->getXML() . ")" );
+               throw new MWException( "Could not determine revision id (" . $status->getWikiText() . ")" );
        }