remove unused test_* files

git-svn-id: svn://10.0.0.236/trunk@221244 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tony%ponderer.org
2007-03-02 19:27:34 +00:00
parent adc7bbcac0
commit c922380416
2 changed files with 0 additions and 66 deletions

View File

@@ -1,33 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=356355
This is a port of all the existing EnchashDecryptor unittests to the
mochitest framework.
-->
<head>
<title>Test for Bug 356355</title>
<script type="text/javascript" src="/MochiKit/packed.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=356355">Mozilla Bug 356355</a>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
<script class="testbody" type="text/javascript">
<![CDATA[
// These have been moved to test_enchash_decrypter.xhtml
// We have this placeholder because mochitest tinderbox don't clobber
// so removed files still try to run.
ok(true, 'tests moved to test_enchash_decrypter.xhtml');
]]>
</script>
</pre>
</body>
</html>

View File

@@ -1,33 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=368998
-->
<head>
<title>Test for Bug 368998</title>
<script type="text/javascript" src="/MochiKit/packed.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=368998">Mozilla Bug 368998</a>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
<script class="testbody" type="text/javascript">
<![CDATA[
/** Test for Bug 368998 - hostname canonicalization **/
// These have been moved to test_enchash_decrypter.xhtml
// We have this placeholder because mochitest tinderbox don't clobber
// so removed files still try to run.
ok(true, 'tests moved to test_enchash_decrypter.xhtml');
]]>
</script>
</pre>
</body>
</html>