[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2663: failure in test_web.Web.test_welcome* with Nevow 0.12.0/Twisted 15.5.0
Tahoe-LAFS
trac at tahoe-lafs.org
Mon Dec 21 22:13:50 UTC 2015
#2663: failure in test_web.Web.test_welcome* with Nevow 0.12.0/Twisted 15.5.0
-------------------------------+------------------------
Reporter: daira | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.10.3
Component: code-frontend-web | Version: 1.10.2
Keywords: tests nevow | Launchpad Bug:
-------------------------------+------------------------
These tests:
{{{
allmydata.test.test_web.Web.test_welcome
allmydata.test.test_web.Web.test_welcome_page_mkdir_button
}}}
are failing with Nevow 0.12.0 and/or Twisted 15.5.0 (at least I think
that's why), because a test is looking for:
{{{
<img src="img/connected-not-configured.png" alt="Not Configured" />
}}}
but actually seeing
{{{
<img alt="Not Configured" src="img/connected-not-configured.png" />
}}}
https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/98205053
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2663>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list