Chris McDonough
2011-09-13 1ea7af1566c15d91f8cff7b4abe77325d116205c
debugtoolbar identifier changed
1 files modified
2 ■■■ changed files
pyramid/scaffolds/tests.py 2 ●●● patch | view | raw | blame | history
pyramid/scaffolds/tests.py
@@ -50,7 +50,7 @@
                    resp = conn.getresponse()
                    assert resp.status == 200, ininame
                    data = resp.read()
                    toolbarchunk = '<div id="flDebug"'
                    toolbarchunk = '<div id="pDebug"'
                    if hastoolbar:
                        assert toolbarchunk in data, ininame
                    else: