def test_XmlDumpEarliestRev(self):
        """Test loading the earliest revision."""
        pages = get_entries('article-pear.xml', revisions='earliest')
        self.assertLength(pages, 1)
        self.assertEqual('Automated conversion', pages[0].comment)