fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move source names to a model.
[wolnelektury.git]
/
apps
/
oai
/
tests
/
oaipmhapi.py
diff --git
a/apps/oai/tests/oaipmhapi.py
b/apps/oai/tests/oaipmhapi.py
index
b4947fe
..
db57bc1
100644
(file)
--- a/
apps/oai/tests/oaipmhapi.py
+++ b/
apps/oai/tests/oaipmhapi.py
@@
-1,8
+1,9
@@
-
-
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from catalogue.test_utils import WLTestCase
from catalogue import models
from catalogue.test_utils import WLTestCase
from catalogue import models
-from nose.tools import raises
from oai.handlers import *
from oaipmh.server import *
from os import path
from oai.handlers import *
from oaipmh.server import *
from os import path
@@
-27,9
+28,9
@@
class BookMetadataTest(WLTestCase):
self.xml = XMLTreeServer(self.catalogue, mr, nsmap)
def test_get_record(self):
self.xml = XMLTreeServer(self.catalogue, mr, nsmap)
def test_get_record(self):
- s
ch = s
elf.xml.getRecord(identifier='lubie-kiedy-kobieta',
+ self.xml.getRecord(identifier='lubie-kiedy-kobieta',
metadataPrefix='oai_dc')
metadataPrefix='oai_dc')
- s
ch = s
elf.xml.listRecords(metadataPrefix='oai_dc')
+ self.xml.listRecords(metadataPrefix='oai_dc')
def test_selecting(self):
records, token = self.catalogue.listRecords(**{'set': 'epoch:starozytnosc'})
def test_selecting(self):
records, token = self.catalogue.listRecords(**{'set': 'epoch:starozytnosc'})