12556.6.4
by Danilo Segan
Add tests for choose_string_by_number. |
1 |
<html> |
2 |
<head> |
|
13314.12.7
by Ian Booth
Consolidate common javascript test code |
3 |
<title>Bug subscriptions: descriptions and unsubscribe actions</title> |
4 |
||
5 |
<!-- YUI and test setup -->
|
|
6 |
<script type="text/javascript" |
|
7 |
src="../../../../canonical/launchpad/icing/yui/yui/yui.js"> |
|
8 |
</script> |
|
9 |
<link rel="stylesheet" href="../../../app/javascript/testing/test.css" /> |
|
10 |
<script type="text/javascript" |
|
11 |
src="../../../app/javascript/testing/testrunner.js"></script> |
|
12 |
||
12556.6.4
by Danilo Segan
Add tests for choose_string_by_number. |
13 |
|
14 |
<script type="text/javascript" |
|
15 |
src="../../../app/javascript/client.js"></script> |
|
12830.2.2
by Gary Poster
tests for get_node_for_unsubscribing |
16 |
<script type="text/javascript" |
17 |
src="../../../app/javascript/errors.js"></script> |
|
13314.10.4
by Ian Booth
Add js imports so yui tests pass |
18 |
<script type="text/javascript" |
19 |
src="../../../app/javascript/anim/anim.js"></script> |
|
20 |
<script type="text/javascript" |
|
21 |
src="../../../app/javascript/effects/effects.js"></script> |
|
22 |
<script type="text/javascript" |
|
23 |
src="../../../app/javascript/formoverlay/formoverlay.js"></script> |
|
24 |
<script type="text/javascript" |
|
25 |
src="../../../app/javascript/overlay/overlay.js"></script> |
|
13588.9.9
by Gavin Panella
Load extras.js in test harnesses that now need it. |
26 |
<script type="text/javascript" |
27 |
src="../../../app/javascript/extras/extras.js"></script> |
|
13890.2.5
by Steve Kowalik
Correct XXX, and remove two fallacies. |
28 |
<script type="text/javascript" |
29 |
src="../../../app/javascript/confirmationoverlay/confirmationoverlay.js"></script> |
|
12556.6.4
by Danilo Segan
Add tests for choose_string_by_number. |
30 |
|
31 |
<!-- The module under test -->
|
|
32 |
<script type="text/javascript" |
|
33 |
src="../subscription.js"></script> |
|
34 |
||
35 |
<!-- The test suite -->
|
|
36 |
<script type="text/javascript" |
|
37 |
src="test_subscription.js"></script> |
|
38 |
||
39 |
<!-- Pretty up the sample html -->
|
|
40 |
<style type="text/css"> |
|
41 |
div#sample {margin:15px; width:200px; border:1px solid #999; padding:10px;} |
|
42 |
</style> |
|
43 |
</head> |
|
44 |
<body class="yui3-skin-sam"> |
|
45 |
<!-- Example markup required by test suite -->
|
|
12556.7.18
by Danilo Segan
Add tests for show_subscription_description. |
46 |
<div id="test-root"></div> |
12556.6.4
by Danilo Segan
Add tests for choose_string_by_number. |
47 |
</body> |
48 |
</html> |