r2843 - positionTo: fixed testsuite.css to correct qunit import path

r2843 - positionTo: fixed testsuite.css to correct qunit import path


Author: joern.zaefferer
Date: Thu Jun 25 13:37:49 2009
New Revision: 2843
Modified:
branches/dev/positionTo/tests/unit/testsuite.css
Log:
positionTo: fixed testsuite.css to correct qunit import path
Modified: branches/dev/positionTo/tests/unit/testsuite.css
==============================================================================
--- branches/dev/positionTo/tests/unit/testsuite.css    (original)
+++ branches/dev/positionTo/tests/unit/testsuite.css    Thu Jun 25 13:37:49
2009
@@ -1,4 +1,4 @@
-@import url("../../external/qunit/testsuite.css");
+@import url("../../external/testsuite-r6164.css");
html { border: 0; }
.xerror, .error, .ui-tabs-hide { display: none }
#main { position: absolute; top: -10000px; left: -10000px; }