2010-08-27 13:41:39 +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"
|
2010-08-27 19:11:25 +02:00
|
|
|
dir="ltr" id="html">
|
|
|
|
<head>
|
2010-08-27 23:26:37 +02:00
|
|
|
<title>plone.app.discussion comments Test Suite</title>
|
|
|
|
|
|
|
|
<!-- pad js -->
|
|
|
|
<script type="text/javascript" src="../../browser/javascripts/comments.js">
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- QUnit -->
|
|
|
|
<link rel="stylesheet" href="../qunit/qunit.css" type=
|
|
|
|
"text/css" media="screen" />
|
|
|
|
<script type="text/javascript" src="../qunit/qunit.js">
|
|
|
|
</script>
|
|
|
|
<!-- Scripts -->
|
|
|
|
<script type="text/javascript" src="jquery.js">
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- Tests -->
|
|
|
|
<script type="text/javascript" src="test_comments.js">
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1 id="qunit-header">plone.app.discussion comments Test
|
|
|
|
Suite</h1>
|
|
|
|
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
|
|
|
|
<div id="qunit-testrunner-toolbar">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
|
|
|
|
<ol id="qunit-tests">
|
|
|
|
</ol>
|
|
|
|
</body>
|
|
|
|
|
2010-08-27 13:41:39 +02:00
|
|
|
</html>
|
|
|
|
|