2010-09-24 21:04:03 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
|
|
|
dir="ltr" id="html">
|
|
|
|
<head>
|
|
|
|
<title>plone.app.discussion moderation Test Suite</title>
|
|
|
|
|
|
|
|
<!-- qUnit -->
|
|
|
|
<link rel="stylesheet" href="../qunit/qunit.css" type="text/css"
|
|
|
|
media="screen" />
|
|
|
|
<script type="text/javascript" src="../qunit/qunit.js"></script>
|
|
|
|
|
|
|
|
<!-- jQuery -->
|
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
|
|
|
|
|
<!-- plone.app.discussion -->
|
|
|
|
<script type="text/javascript" src="../../browser/javascripts/moderation.js">
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- Tests -->
|
|
|
|
<script type="text/javascript" src="test_moderation.js"></script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2010-09-24 21:45:57 +02:00
|
|
|
|
|
|
|
<h1 id="qunit-header">plone.app.discussion moderation Test Suite</h1>
|
2010-09-24 21:04:03 +02:00
|
|
|
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
|
2010-09-24 21:45:57 +02:00
|
|
|
<div id="qunit-testrunner-toolbar"></div>
|
2010-09-24 21:04:03 +02:00
|
|
|
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
|
2010-09-24 21:45:57 +02:00
|
|
|
<ol id="qunit-tests"></ol>
|
2010-09-24 21:04:03 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|