~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/tests/test_branchdiff.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-08 19:26:35 UTC
  • mfrom: (13314.12.13 yui-test-cleanup-807294)
  • Revision ID: launchpad@pqm.canonical.com-20110708192635-acgqrciig42izbsh
[r=jtv][bug=807294] Consolidate duplicate code copied throughout the
        lp yui tests into a common module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <head>
5
5
  <title>Test page for branch diff JavaScript unit tests</title>
6
6
 
7
 
  <!-- YUI 3.0 Setup -->
8
 
  <script type="text/javascript" src="../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
 
7
  <!-- YUI and test setup -->
 
8
  <script type="text/javascript"
 
9
          src="../../../../canonical/launchpad/icing/yui/yui/yui.js">
 
10
  </script>
 
11
  <link rel="stylesheet" href="../../../app/javascript/testing/test.css" />
 
12
  <script type="text/javascript"
 
13
          src="../../../app/javascript/testing/testrunner.js"></script>
 
14
 
9
15
  <script type="text/javascript" src="../../../app/javascript/client.js"></script>
10
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssreset/reset.css"/>
11
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssfonts/fonts.css"/>
12
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssbase/base.css"/>
13
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/javascript/test.css" />
14
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/build/launchpad-sam.css" />
15
 
 
16
16
  <script type="text/javascript"
17
17
    src="../../../app/javascript/overlay/overlay.js"></script>
18
18