3 <script type=
"text/javascript" src=
"/MochiKit/Base.js"></script>
4 <script type=
"text/javascript" src=
"/MochiKit/Logging.js"></script>
5 <script type=
"text/javascript" src=
"/MochiKit/Iter.js"></script>
6 <script type=
"text/javascript" src=
"/MochiKit/DOM.js"></script>
7 <script type=
"text/javascript" src=
"/MochiKit/Style.js"></script>
8 <script type=
"text/javascript" src=
"../SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"../SimpleTest/test.css">
15 <script type=
"text/javascript" src=
"test_Logging.js"></script>
16 <script type=
"text/javascript">
19 tests
.test_Logging({ok
:ok
, is
:is
});
20 ok( true, "test suite finished!");
24 var s
= "test suite failure!\n";
28 // ensure unique keys?!
30 s
+= k
+ ": " + err
[k
] + "\n";