From 940259ac358b8b9f895c390b9d09fca6550f8fd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 20 Jun 2009 13:03:59 +0000 Subject: [PATCH] Tests: Fixed import of testsuite.css. --- tests/unit/testsuite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/testsuite.css b/tests/unit/testsuite.css index f1961ff47..dc8b83e31 100644 --- a/tests/unit/testsuite.css +++ b/tests/unit/testsuite.css @@ -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; } -- 2.39.5