X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/010d715dad6709bf4f67e3b04e3f669fed45bb56..08f83172c482208d35cd75c704cebd1d70a73af2:/apps/oai/tests/oaipmhapi.py diff --git a/apps/oai/tests/oaipmhapi.py b/apps/oai/tests/oaipmhapi.py index e56786232..6ef3b096c 100644 --- a/apps/oai/tests/oaipmhapi.py +++ b/apps/oai/tests/oaipmhapi.py @@ -28,10 +28,7 @@ class BookMetadataTest(WLTestCase): def test_get_record(self): sch = self.xml.getRecord(identifier='lubie-kiedy-kobieta', metadataPrefix='oai_dc') - etree.dump(sch.getroot()) sch = self.xml.listRecords(metadataPrefix='oai_dc') - etree.dump(sch.getroot()) def test_selecting(self): records, token = self.catalogue.listRecords(**{'set': 'epoch:starozytnosc'}) - print records