~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
  <title>Standard JS test template</title>

  <!-- YUI and test setup -->
  <script type="text/javascript"
          src="../../../../canonical/launchpad/icing/yui/yui/yui.js">
  </script>
  <link rel="stylesheet" href="../../../app/javascript/testing/test.css" />
  <script type="text/javascript"
          src="../../../app/javascript/testing/testrunner.js"></script>

  <!-- Dependency -->
  <script type="text/javascript"
    src="../../../../canonical/launchpad/icing/yui/attribute/attribute.js">
  </script>
  <script type="text/javascript"
    src="../../../../canonical/launchpad/icing/yui/event-custom/event-custom.js">
  </script>
  <script type="text/javascript"
    src="../../../../canonical/launchpad/icing/yui/oop/oop.js">
  </script>
  <script type="text/javascript"
    src="../../../app/javascript/client.js"></script>
  <!-- ADD ANY DEPENDENCIES HERE -->

  <!-- The module under test -->
  <script type="text/javascript" src="../$MODULE_UNDER_TEST.js"></script>

  <!-- The test suite -->
  <script type="text/javascript" src="$YOUR_TEST_SUITE.JS"></script>

  <!-- Test layout -->
  <link rel="stylesheet"
    href="../../../../canonical/launchpad/javascript/test.css" />
  <style type="text/css">
    /* CSS classes specific to this test */
    .unseen { display: none; }
  </style>
</head>
<body class="yui3-skin-sam">
</body>
</html>