File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,14 @@ def test_file_list_exclude_filter_with_a_regex
9393 # Testing encoding conflicts needs a different base_url
9494 def test_nonascii_suburls_download
9595 @wayback_machine_downloader = WaybackMachineDownloader . new base_url : 'https://en.wikipedia.org/wiki/%C3%84'
96- # Once for the downloading...
96+ # Once just for the downloading...
97+ @wayback_machine_downloader . download_files
98+ end
99+
100+ def test_nonascii_suburls_already_present
101+ @wayback_machine_downloader = WaybackMachineDownloader . new base_url : 'https://en.wikipedia.org/wiki/%C3%84'
102+ # ... twice to test the "is already present" case
97103 @wayback_machine_downloader . download_files
98- # ... and once for the "is already present"
99104 @wayback_machine_downloader . download_files
100105 end
101106
You can’t perform that action at this time.
0 commit comments