mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change RELATIVE_URLS default to False - Fixes #829
This commit is contained in:
parent
679d4aa801
commit
0a8678a8ae
36 changed files with 478 additions and 472 deletions
|
|
@ -77,7 +77,7 @@ class TestPelican(LoggedTestCase):
|
|||
dcmp = dircmp(self.temp_path, os.path.join(OUTPUT_PATH, 'basic'))
|
||||
self.assertFilesEqual(recursiveDiff(dcmp))
|
||||
self.assertLogCountEqual(
|
||||
count=10,
|
||||
count=4,
|
||||
msg="Unable to find.*skipping url replacement",
|
||||
level=logging.WARNING)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue