From f650a9a7d1347251100527095a1abbbe586c4bfd Mon Sep 17 00:00:00 2001 From: wiemann Date: Thu, 30 Sep 2004 10:07:07 +0000 Subject: removed DependencyList test -- that can't work git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2677 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_settings.py') diff --git a/test/test_settings.py b/test/test_settings.py index 31f6032b1..b90f00f46 100755 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -59,7 +59,7 @@ class ConfigFileTests(unittest.TestCase): 'stylesheet_path': fixpath('data/stylesheets/pep.css'), 'template': fixpath('data/pep-html-template')}, 'two': {'generator': 0, - 'record_dependencies': utils.DependencyList(None, ['x', 'y']), + 'record_dependencies': utils.DependencyList(), 'stylesheet': None, 'stylesheet_path': fixpath('data/test.css')}, 'list': {'expose_internals': ['a', 'b', 'c', 'd', 'e']}, -- cgit v1.2.1