From 7034b507a33af50c741d6157e5980c5cf7f3053c Mon Sep 17 00:00:00 2001 From: guido Date: Sun, 4 Feb 2007 22:21:35 +0100 Subject: [PATCH] [svn r37928] Updated test (oops). --HG-- branch : trunk --- py/apigen/testing/test_apigen_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/apigen/testing/test_apigen_functional.py b/py/apigen/testing/test_apigen_functional.py index 17109dd26..5945e94b3 100644 --- a/py/apigen/testing/test_apigen_functional.py +++ b/py/apigen/testing/test_apigen_functional.py @@ -132,7 +132,7 @@ def test_apigen_functional(): html = sometestclass_api.read() print html assert 'SomeTestClass' in html - assert 'someattr: somevalue' in html + assert 'someattr: somevalue' in html namespace_api = apidir.join('main.html') assert namespace_api.check(file=True)