2013-02-06 11:58:03 |
Francesco Banconi |
description |
The test suite, when run using the debug environment, loads external
insecure resources from http://yui.yahooapis.com/.
As a consequence, running the Juju GUI unit tests from the charm is broken
when the staging backend is used.
To replicate this bug:
- deploy the charm;
- run "juju set juju-gui staging=true serve-tests=true";
- go to https://[service url]/test/
- check for blocked requests in the javascript console. |
The test suite, when run using the debug environment, loads external
insecure resources from http://yui.yahooapis.com/.
As a consequence, running the Juju GUI unit tests from the charm is broken
when the staging backend is used. |
|