~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/testing/tests/test_mockio.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-24 14:50:26 UTC
  • mfrom: (13776.1.1 devel-rollback-13766)
  • Revision ID: launchpad@pqm.canonical.com-20110824145026-uy68vw9fjv2kqgog
[r=henninge][rollback=13766] Rollback r13766 because it breaks js
 code by referencing an unavailable module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
 
<html>
3
 
  <head>
4
 
  <title>Launchpad lp.testing.mockio module</title>
5
 
 
6
 
  <!-- YUI and test setup -->
7
 
  <script type="text/javascript"
8
 
          src="../../../../../canonical/launchpad/icing/yui/yui/yui.js">
9
 
  </script>
10
 
  <link rel="stylesheet" href="../test.css" />
11
 
  <script type="text/javascript" src="../testrunner.js"></script>
12
 
 
13
 
  <!-- The module under test -->
14
 
  <script type="text/javascript" src="../mockio.js"></script>
15
 
 
16
 
  <!-- The test suite -->
17
 
  <script type="text/javascript" src="test_mockio.js"></script>
18
 
</head>
19
 
<body class="yui3-skin-sam">
20
 
</body>
21
 
</html>