Adding testsuite icons to the repo, so they are local assets instead of remote ones.

Fixes #1708
This commit is contained in:
mark_story 2011-05-22 09:15:04 -04:00
parent 91391fde79
commit 600609cc87
9 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -50,24 +50,24 @@
ul.tests li.error, ul.tests li.error,
ul.tests li.skipped, ul.tests li.skipped,
ul.tests li.fail { ul.tests li.fail {
background: #fff2f2 url(http://cakephp.org/img/test-fail-icon.png) 5px 5px no-repeat; background: #fff2f2 url(<?php echo $baseDir; ?>img/test-fail-icon.png) 5px 5px no-repeat;
border-top: 1px dotted red; border-top: 1px dotted red;
border-bottom: 1px dotted red; border-bottom: 1px dotted red;
padding:5px 10px 2px 25px; padding:5px 10px 2px 25px;
} }
ul.tests li.pass { ul.tests li.pass {
background-color: #f2fff2; background-color: #f2fff2;
background-image: url(http://cakephp.org/img/test-pass-icon.png); background-image: url(<?php echo $baseDir; ?>img/test-pass-icon.png);
border-color:green; border-color:green;
} }
ul.tests li.skipped { ul.tests li.skipped {
background-color: #edf1ff; background-color: #edf1ff;
background-image: url(http://cakephp.org/img/test-skip-icon.png); background-image: url(<?php echo $baseDir; ?>img/test-skip-icon.png);
border-color:navy; border-color:navy;
} }
ul.tests li.error { ul.tests li.error {
background-color: #ffffe5; background-color: #ffffe5;
background-image: url(http://cakephp.org/img/test-error-icon.png); background-image: url(<?php echo $baseDir; ?>img/test-error-icon.png);
border-color: #DF6300; border-color: #DF6300;
} }
ul.tests li div { margin: 5px 0 8px 0; } ul.tests li div { margin: 5px 0 8px 0; }
@ -122,4 +122,4 @@
<h1>CakePHP: the rapid development php framework</h1> <h1>CakePHP: the rapid development php framework</h1>
</div> </div>
<div id="content"> <div id="content">
<h2>CakePHP Test Suite 1.3</h2> <h2>CakePHP Test Suite 1.3</h2>