1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

test: move non-surt-cdx sample to non-surt-cdx/ dir for clarity / avoid confusion

when bulk loading cdx/ dir (surt and non-surt cdx should NOT be mixed)
This commit is contained in:
Ilya Kreymer 2014-05-16 21:21:14 -07:00
parent 7d236af7d7
commit ca33287051
3 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,8 @@ collections:
# ex with filtering: filter CDX lines by filename starting with 'dupe'
pywb-filt: {'index_paths': './sample_archive/cdx/', 'filters': ['filename:dupe*']}
pywb-nosurt: {'index_paths': './sample_archive/cdx/example-non-surt.cdx', 'surt_ordered': False}
# collection of non-surt CDX
pywb-nosurt: {'index_paths': './sample_archive/non-surt-cdx/', 'surt_ordered': False}
# indicate if cdx files are sorted by SURT keys -- eg: com,example)/

View File

@ -98,9 +98,9 @@ class TestWb:
resp = self.testapp.get('/pywb-nosurt/20140103030321/http://example.com?example=1')
self._assert_basic_html(resp)
#assert 'Mon, Jan 27 2014 17:12:38' in resp.body
assert 'Fri, Jan 03 2014 03:03:21' in resp.body
assert 'wb.js' in resp.body
#assert '/pywb/20140127171238/http://www.iana.org/time-zones"' in resp.body
assert '/pywb-nosurt/20140103030321/http://www.iana.org/domains/example' in resp.body
def test_replay_url_agnostic_revisit(self):
resp = self.testapp.get('/pywb/20130729195151/http://www.example.com/')