[svn r37928] Updated test (oops).

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-04 22:21:35 +01:00
parent a78ad64f9d
commit 7034b507a3
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def test_apigen_functional():
html = sometestclass_api.read()
print html
assert '<a href="main.SomeTestClass.html">SomeTestClass</a>' in html
assert '<strong>someattr</strong>: <em>somevalue</em>' in html
assert 'someattr: <em>somevalue</em>' in html
namespace_api = apidir.join('main.html')
assert namespace_api.check(file=True)