From fd9768648fe3e37115655245f7fe7aba2adcc5e5 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Mon, 5 Dec 2011 14:04:50 +0100 Subject: [PATCH] fix test for custom pdf file generation --- apps/catalogue/tests/book_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/catalogue/tests/book_import.py b/apps/catalogue/tests/book_import.py index f6110d0be..f4588d169 100644 --- a/apps/catalogue/tests/book_import.py +++ b/apps/catalogue/tests/book_import.py @@ -266,5 +266,5 @@ class BookImportGenerateTest(WLTestCase): if not path.exists(path.dirname(absoulute_path)): makedirs(path.dirname(absoulute_path)) - self.book.build_pdf(customizations=['nofootnotes', '13pt', 'a4paper'], file_name='test-custom') + self.book.build_pdf(customizations=['nofootnotes', '13pt', 'a4paper'], file_name=out) self.assertTrue(path.exists(absoulute_path)) -- 2.20.1