launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #13805
[Merge] lp:~rharding/launchpad/update_js_testconsole into lp:launchpad
Richard Harding has proposed merging lp:~rharding/launchpad/update_js_testconsole into lp:launchpad with lp:~rharding/launchpad/fix_flash_1066898 as a prerequisite.
Commit message:
Change the YUI tests to use the 3.5 test-console vs the older console for better test pages.
Requested reviews:
Richard Harding (rharding)
For more details, see:
https://code.launchpad.net/~rharding/launchpad/update_js_testconsole/+merge/131583
Update the JS tests to use the 3.5 test-console vs console for prettier test pages.
--
https://code.launchpad.net/~rharding/launchpad/update_js_testconsole/+merge/131583
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/answers/javascript/tests/test_answercontacts.html'
--- lib/lp/answers/javascript/tests/test_answercontacts.html 2012-08-22 20:28:52 +0000
+++ lib/lp/answers/javascript/tests/test_answercontacts.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/answers/javascript/tests/test_answercontacts.js'
--- lib/lp/answers/javascript/tests/test_answercontacts.js 2012-09-24 18:59:33 +0000
+++ lib/lp/answers/javascript/tests/test_answercontacts.js 2012-10-26 10:52:38 +0000
@@ -76,7 +76,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node',
'lp.ui.picker-base', 'lp.answers.answercontacts',
'event', 'node-event-simulate', 'dump']
});
=== modified file 'lib/lp/answers/javascript/tests/test_subscribers.html'
--- lib/lp/answers/javascript/tests/test_subscribers.html 2012-08-22 20:28:52 +0000
+++ lib/lp/answers/javascript/tests/test_subscribers.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/answers/javascript/tests/test_subscribers.js'
--- lib/lp/answers/javascript/tests/test_subscribers.js 2012-09-24 21:04:41 +0000
+++ lib/lp/answers/javascript/tests/test_subscribers.js 2012-10-26 10:52:38 +0000
@@ -59,7 +59,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node',
'lp.ui.picker-base', 'lp.answers.subscribers', 'event',
'node-event-simulate', 'dump']
});
=== modified file 'lib/lp/app/javascript/activator/tests/test_activator.html'
--- lib/lp/app/javascript/activator/tests/test_activator.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/activator/tests/test_activator.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/activator/tests/test_activator.js'
--- lib/lp/app/javascript/activator/tests/test_activator.js 2012-09-05 14:38:36 +0000
+++ lib/lp/app/javascript/activator/tests/test_activator.js 2012-10-26 10:52:38 +0000
@@ -274,6 +274,6 @@
}, '0.1', {
- 'requires': ['test', 'console', 'node', 'lp.ui.activator', 'event',
+ 'requires': ['test', 'test-console', 'node', 'lp.ui.activator', 'event',
'event-simulate']
});
=== modified file 'lib/lp/app/javascript/anim/tests/test_anim.html'
--- lib/lp/app/javascript/anim/tests/test_anim.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/anim/tests/test_anim.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/autocomplete/tests/test_autocomplete.html'
--- lib/lp/app/javascript/autocomplete/tests/test_autocomplete.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/autocomplete/tests/test_autocomplete.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js'
--- lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js 2012-09-04 16:56:08 +0000
+++ lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js 2012-10-26 10:52:38 +0000
@@ -569,6 +569,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.autocomplete', 'node', 'event',
+ 'requires': ['test', 'test-console', 'lp.autocomplete', 'node', 'event',
'event-simulate', 'lp.ui.autocomplete']
});
=== modified file 'lib/lp/app/javascript/banners/tests/test_banner.html'
--- lib/lp/app/javascript/banners/tests/test_banner.html 2012-05-08 14:19:26 +0000
+++ lib/lp/app/javascript/banners/tests/test_banner.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/banners/tests/test_banner.js'
--- lib/lp/app/javascript/banners/tests/test_banner.js 2012-06-26 17:16:34 +0000
+++ lib/lp/app/javascript/banners/tests/test_banner.js 2012-10-26 10:52:38 +0000
@@ -107,4 +107,4 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.app.banner']});
+}, '0.1', {'requires': ['test', 'test-console', 'lp.app.banner']});
=== modified file 'lib/lp/app/javascript/banners/tests/test_beta_notification.html'
--- lib/lp/app/javascript/banners/tests/test_beta_notification.html 2012-05-15 15:13:42 +0000
+++ lib/lp/app/javascript/banners/tests/test_beta_notification.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/banners/tests/test_beta_notification.js'
--- lib/lp/app/javascript/banners/tests/test_beta_notification.js 2012-06-25 17:39:07 +0000
+++ lib/lp/app/javascript/banners/tests/test_beta_notification.js 2012-10-26 10:52:38 +0000
@@ -135,6 +135,6 @@
}
}));
-}, '0.1', { 'requires': ['test', 'console', 'node', 'lp.app.banner.beta',
+}, '0.1', { 'requires': ['test', 'test-console', 'node', 'lp.app.banner.beta',
'node-event-simulate']
});
=== modified file 'lib/lp/app/javascript/banners/tests/test_privacy.html'
--- lib/lp/app/javascript/banners/tests/test_privacy.html 2012-09-26 12:36:41 +0000
+++ lib/lp/app/javascript/banners/tests/test_privacy.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/banners/tests/test_privacy.js'
--- lib/lp/app/javascript/banners/tests/test_privacy.js 2012-10-04 14:17:23 +0000
+++ lib/lp/app/javascript/banners/tests/test_privacy.js 2012-10-26 10:52:38 +0000
@@ -114,4 +114,4 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.app.banner.privacy']});
+}, '0.1', {'requires': ['test', 'test-console', 'lp.app.banner.privacy']});
=== modified file 'lib/lp/app/javascript/choiceedit/tests/test_choiceedit.html'
--- lib/lp/app/javascript/choiceedit/tests/test_choiceedit.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/choiceedit/tests/test_choiceedit.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js'
--- lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js 2012-09-05 23:06:42 +0000
+++ lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js 2012-10-26 10:52:38 +0000
@@ -553,6 +553,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.choiceedit', 'node', 'event',
+ 'requires': ['test', 'test-console', 'lp.choiceedit', 'node', 'event',
'event-simulate', 'widget-stack', 'lp.app.choice']
});
=== modified file 'lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.html'
--- lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js'
--- lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js 2012-04-06 17:28:25 +0000
+++ lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js 2012-10-26 10:52:38 +0000
@@ -224,6 +224,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.app.confirmationoverlay',
+ 'requires': ['test', 'test-console', 'lp.app.confirmationoverlay',
'dump', 'node', 'event', 'event-simulate', 'node-event-simulate']
});
=== modified file 'lib/lp/app/javascript/extras/tests/test_extras.html'
--- lib/lp/app/javascript/extras/tests/test_extras.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/extras/tests/test_extras.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/formoverlay/tests/test_formoverlay.html'
--- lib/lp/app/javascript/formoverlay/tests/test_formoverlay.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/formoverlay/tests/test_formoverlay.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js'
--- lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js 2012-09-10 21:02:05 +0000
+++ lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js 2012-10-26 10:52:38 +0000
@@ -544,6 +544,6 @@
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.formoverlay', 'dump',
+}, '0.1', {'requires': ['test', 'test-console', 'lp.formoverlay', 'dump',
'node', 'lp.ui.formoverlay', 'event', 'event-simulate',
'lp.testing.mockio']});
=== modified file 'lib/lp/app/javascript/formwidgets/tests/test_formwidgets.html'
--- lib/lp/app/javascript/formwidgets/tests/test_formwidgets.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/formwidgets/tests/test_formwidgets.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/formwidgets/tests/test_formwidgets.js'
--- lib/lp/app/javascript/formwidgets/tests/test_formwidgets.js 2012-07-07 14:00:30 +0000
+++ lib/lp/app/javascript/formwidgets/tests/test_formwidgets.js 2012-10-26 10:52:38 +0000
@@ -698,5 +698,5 @@
namespace.suite = suite;
}, "0.1", {"requires": [
- 'test', 'console', 'node-event-simulate',
+ 'test', 'test-console', 'node-event-simulate',
'lp.app.formwidgets', 'lp.extras']});
=== modified file 'lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.html'
--- lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js'
--- lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js 2012-04-06 17:28:25 +0000
+++ lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js 2012-10-26 10:52:38 +0000
@@ -228,6 +228,6 @@
}));
-}, '0.1', {'requires': ['test', 'console', 'plugin', 'event-valuechange',
+}, '0.1', {'requires': ['test', 'test-console', 'plugin', 'event-valuechange',
'node-event-simulate', 'event', 'node',
'lp.app.formwidgets.resizing_textarea']});
=== modified file 'lib/lp/app/javascript/indicator/tests/test_indicator.html'
--- lib/lp/app/javascript/indicator/tests/test_indicator.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/indicator/tests/test_indicator.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/inlineedit/tests/test_inline_edit.html'
--- lib/lp/app/javascript/inlineedit/tests/test_inline_edit.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/inlineedit/tests/test_inline_edit.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js'
--- lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js 2012-09-07 15:16:58 +0000
+++ lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js 2012-10-26 10:52:38 +0000
@@ -1119,7 +1119,7 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.ui.editor', 'node',
+}, '0.1', {'requires': ['test', 'test-console', 'lp.ui.editor', 'node',
'lp.app.formwidgets.resizing_textarea', 'lp.app.ellipsis',
'event', 'event-simulate', 'plugin']
});
=== modified file 'lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.html'
--- lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.html 2012-10-26 10:52:38 +0000
@@ -14,7 +14,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js'
--- lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js 2012-02-06 17:37:47 +0000
+++ lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js 2012-10-26 10:52:38 +0000
@@ -130,7 +130,7 @@
}, '0.1', {
- 'requires': ['node', 'console', 'test', 'lp.app.inlinehelp',
+ 'requires': ['node', 'test-console', 'test', 'lp.app.inlinehelp',
'node-event-simulate'
]
});
=== modified file 'lib/lp/app/javascript/licence/tests/test_licence.html'
--- lib/lp/app/javascript/licence/tests/test_licence.html 2012-09-10 03:45:21 +0000
+++ lib/lp/app/javascript/licence/tests/test_licence.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/licence/tests/test_licence.js'
--- lib/lp/app/javascript/licence/tests/test_licence.js 2012-09-10 03:45:21 +0000
+++ lib/lp/app/javascript/licence/tests/test_licence.js 2012-10-26 10:52:38 +0000
@@ -132,4 +132,4 @@
}));
}, '0.1', {'requires': [
- 'test', 'console', 'event', 'node-event-simulate', 'lp.app.licence']});
+ 'test', 'test-console', 'event', 'node-event-simulate', 'lp.app.licence']});
=== modified file 'lib/lp/app/javascript/ordering/tests/test_orderby_widget.html'
--- lib/lp/app/javascript/ordering/tests/test_orderby_widget.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/ordering/tests/test_orderby_widget.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/overlay/tests/test_overlay.html'
--- lib/lp/app/javascript/overlay/tests/test_overlay.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/overlay/tests/test_overlay.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/overlay/tests/test_overlay.js'
--- lib/lp/app/javascript/overlay/tests/test_overlay.js 2012-09-11 14:30:45 +0000
+++ lib/lp/app/javascript/overlay/tests/test_overlay.js 2012-10-26 10:52:38 +0000
@@ -336,6 +336,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.ui.overlay', 'node', 'event',
+ 'requires': ['test', 'test-console', 'lp.ui.overlay', 'node', 'event',
'event-simulate', 'widget-stack']
});
=== modified file 'lib/lp/app/javascript/picker/tests/test_personpicker.html'
--- lib/lp/app/javascript/picker/tests/test_personpicker.html 2012-09-24 21:07:46 +0000
+++ lib/lp/app/javascript/picker/tests/test_personpicker.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/picker/tests/test_personpicker.js'
--- lib/lp/app/javascript/picker/tests/test_personpicker.js 2012-09-24 21:07:46 +0000
+++ lib/lp/app/javascript/picker/tests/test_personpicker.js 2012-10-26 10:52:38 +0000
@@ -557,7 +557,7 @@
Y.Test.Runner.on('complete', handle_complete);
}, '0.1', {
- requires: ['test', 'console', 'plugin', 'node-event-simulate',
+ requires: ['test', 'test-console', 'plugin', 'node-event-simulate',
'lp.ui.picker-base', 'lp.ui.picker-pseron', 'lp.app.picker',
'lp.app.picker.team', 'lp.testing.mockio']
});
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker.html'
--- lib/lp/app/javascript/picker/tests/test_picker.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker.js'
--- lib/lp/app/javascript/picker/tests/test_picker.js 2012-08-27 20:13:49 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker.js 2012-10-26 10:52:38 +0000
@@ -1443,6 +1443,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.ui.picker-base', 'event',
+ 'requires': ['test', 'test-console', 'lp.ui.picker-base', 'event',
'node-event-simulate', 'dump']
});
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker_patcher.html'
--- lib/lp/app/javascript/picker/tests/test_picker_patcher.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker_patcher.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker_patcher.js'
--- lib/lp/app/javascript/picker/tests/test_picker_patcher.js 2012-08-27 20:13:49 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker_patcher.js 2012-10-26 10:52:38 +0000
@@ -640,7 +640,7 @@
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.app.picker', 'node',
+}, '0.1', {'requires': ['test', 'test-console', 'lp.app.picker', 'node',
'event-focus', 'event-simulate', 'lp.ui.picker-base',
'lp.ui.picker-person', 'lp.app.picker', 'node-event-simulate',
'escape', 'event', 'lp.testing.mockio', 'lp', 'lp.client']});
=== modified file 'lib/lp/app/javascript/picker/tests/test_team.html'
--- lib/lp/app/javascript/picker/tests/test_team.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/picker/tests/test_team.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/picker/tests/test_team.js'
--- lib/lp/app/javascript/picker/tests/test_team.js 2012-08-13 20:03:00 +0000
+++ lib/lp/app/javascript/picker/tests/test_team.js 2012-10-26 10:52:38 +0000
@@ -158,6 +158,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'event', 'node-event-simulate',
+ 'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.client', 'lp.testing.mockio', 'lp.app.picker.team']
});
=== modified file 'lib/lp/app/javascript/subscribers/tests/test_subscribers_list.html'
--- lib/lp/app/javascript/subscribers/tests/test_subscribers_list.html 2012-08-22 20:28:52 +0000
+++ lib/lp/app/javascript/subscribers/tests/test_subscribers_list.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js'
--- lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js 2012-06-08 16:07:34 +0000
+++ lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js 2012-10-26 10:52:38 +0000
@@ -2794,7 +2794,7 @@
}));
}, '0.1', {
- 'requires': ['test', 'console',
+ 'requires': ['test', 'test-console',
'lp.app.subscribers.subscribers_list', 'node', 'event',
'node-event-simulate', 'dump']
});
=== modified file 'lib/lp/app/javascript/testing/testrunner.js'
--- lib/lp/app/javascript/testing/testrunner.js 2012-09-18 15:03:49 +0000
+++ lib/lp/app/javascript/testing/testrunner.js 2012-10-26 10:52:38 +0000
@@ -32,7 +32,12 @@
Y.on("domready", function() {
var log = Y.Node.create('<div></div>');
Y.one(document.body).appendChild(log);
- var yconsole = new Y.Console({
+
+ var yconsole = new Y.Test.Console({
+ filters: {
+ pass: true,
+ fail: true
+ },
newestOnTop: false,
useBrowserConsole: true
});
@@ -41,7 +46,7 @@
});
};
-}, "0.1", {"requires": ["oop", "test", "console"]});
+}, "0.1", {"requires": ["oop", "test", "test-console"]});
/**
=== modified file 'lib/lp/app/javascript/testing/tests/test_mockio.html'
--- lib/lp/app/javascript/testing/tests/test_mockio.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/testing/tests/test_mockio.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/testing/tests/test_mockio.js'
--- lib/lp/app/javascript/testing/tests/test_mockio.js 2012-04-06 17:28:25 +0000
+++ lib/lp/app/javascript/testing/tests/test_mockio.js 2012-10-26 10:52:38 +0000
@@ -200,5 +200,5 @@
}));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.testing.mockio', 'node-event-simulate']
+ 'requires': ['test', 'test-console', 'lp.testing.mockio', 'node-event-simulate']
});
=== modified file 'lib/lp/app/javascript/tests/test_ajax_batch_navigator.html'
--- lib/lp/app/javascript/tests/test_ajax_batch_navigator.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_ajax_batch_navigator.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_ajax_batch_navigator.js'
--- lib/lp/app/javascript/tests/test_ajax_batch_navigator.js 2012-04-06 17:28:25 +0000
+++ lib/lp/app/javascript/tests/test_ajax_batch_navigator.js 2012-10-26 10:52:38 +0000
@@ -179,6 +179,6 @@
})
));
}, '0.1', {
- 'requires': ['test', 'console', 'lp.testing.runner', 'lp.testing.mockio',
+ 'requires': ['test', 'test-console', 'lp.testing.runner', 'lp.testing.mockio',
'base', 'node', 'node-event-simulate', 'lp.app.batchnavigator']
});
=== modified file 'lib/lp/app/javascript/tests/test_ajax_log.html'
--- lib/lp/app/javascript/tests/test_ajax_log.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_ajax_log.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_ajax_log.js'
--- lib/lp/app/javascript/tests/test_ajax_log.js 2012-04-06 17:28:25 +0000
+++ lib/lp/app/javascript/tests/test_ajax_log.js 2012-10-26 10:52:38 +0000
@@ -15,4 +15,4 @@
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.ajax_log']});
+}, '0.1', {'requires': ['test', 'test-console', 'lp.ajax_log']});
=== modified file 'lib/lp/app/javascript/tests/test_choice.html'
--- lib/lp/app/javascript/tests/test_choice.html 2012-09-24 13:51:48 +0000
+++ lib/lp/app/javascript/tests/test_choice.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_choice.js'
--- lib/lp/app/javascript/tests/test_choice.js 2012-09-24 13:51:48 +0000
+++ lib/lp/app/javascript/tests/test_choice.js 2012-10-26 10:52:38 +0000
@@ -80,5 +80,5 @@
}));
}, '0.1', {
- requires: ['test', 'console', 'lp.app.choice']
+ requires: ['test', 'test-console', 'lp.app.choice']
});
=== modified file 'lib/lp/app/javascript/tests/test_comment.html'
--- lib/lp/app/javascript/tests/test_comment.html 2012-07-02 21:05:48 +0000
+++ lib/lp/app/javascript/tests/test_comment.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_comment.js'
--- lib/lp/app/javascript/tests/test_comment.js 2012-07-16 22:41:33 +0000
+++ lib/lp/app/javascript/tests/test_comment.js 2012-10-26 10:52:38 +0000
@@ -126,5 +126,5 @@
}
}));
-}, '0.1', {'requires': ['test', 'lp.testing.helpers', 'console',
+}, '0.1', {'requires': ['test', 'lp.testing.helpers', 'test-console',
'lp.app.comment']});
=== modified file 'lib/lp/app/javascript/tests/test_configutils.html'
--- lib/lp/app/javascript/tests/test_configutils.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_configutils.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_expander.html'
--- lib/lp/app/javascript/tests/test_expander.html 2012-09-24 18:16:18 +0000
+++ lib/lp/app/javascript/tests/test_expander.html 2012-10-26 10:52:38 +0000
@@ -16,7 +16,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_expander.js'
--- lib/lp/app/javascript/tests/test_expander.js 2012-09-24 18:16:18 +0000
+++ lib/lp/app/javascript/tests/test_expander.js 2012-10-26 10:52:38 +0000
@@ -563,6 +563,6 @@
}, '0.1', {
- requires: ['lp.testing.runner', 'base', 'test', 'console', 'node',
+ requires: ['lp.testing.runner', 'base', 'test', 'test-console', 'node',
'node-event-simulate', 'lp.app.widgets.expander']
});
=== modified file 'lib/lp/app/javascript/tests/test_foldables.html'
--- lib/lp/app/javascript/tests/test_foldables.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_foldables.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_hide_comment.html'
--- lib/lp/app/javascript/tests/test_hide_comment.html 2012-07-25 21:49:22 +0000
+++ lib/lp/app/javascript/tests/test_hide_comment.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_hide_comment.js'
--- lib/lp/app/javascript/tests/test_hide_comment.js 2012-07-27 14:20:42 +0000
+++ lib/lp/app/javascript/tests/test_hide_comment.js 2012-10-26 10:52:38 +0000
@@ -80,5 +80,5 @@
}
}));
-}, '0.1', {'requires': ['test', 'lp.testing.helpers', 'console',
+}, '0.1', {'requires': ['test', 'lp.testing.helpers', 'test-console',
'node-event-simulate', 'lp.app.comment']});
=== modified file 'lib/lp/app/javascript/tests/test_information_type.html'
--- lib/lp/app/javascript/tests/test_information_type.html 2012-09-28 01:25:36 +0000
+++ lib/lp/app/javascript/tests/test_information_type.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_information_type.js'
--- lib/lp/app/javascript/tests/test_information_type.js 2012-10-04 14:17:23 +0000
+++ lib/lp/app/javascript/tests/test_information_type.js 2012-10-26 10:52:38 +0000
@@ -420,6 +420,6 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.testing.mockio', 'lp.client', 'lp.app.information_type',
'lp.bugs.subscribers']});
=== modified file 'lib/lp/app/javascript/tests/test_listing_navigator.html'
--- lib/lp/app/javascript/tests/test_listing_navigator.html 2012-06-28 12:50:49 +0000
+++ lib/lp/app/javascript/tests/test_listing_navigator.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_listing_navigator.js'
--- lib/lp/app/javascript/tests/test_listing_navigator.js 2012-09-12 18:40:35 +0000
+++ lib/lp/app/javascript/tests/test_listing_navigator.js 2012-10-26 10:52:38 +0000
@@ -1035,7 +1035,7 @@
}));
}, '0.1', {
- 'requires': ['base', 'test', 'lp.testing.helpers', 'console',
+ 'requires': ['base', 'test', 'lp.testing.helpers', 'test-console',
'lp.app.listing_navigator', 'lp.testing.mockio', 'lp.testing.assert',
'history']
});
=== modified file 'lib/lp/app/javascript/tests/test_longpoll.html'
--- lib/lp/app/javascript/tests/test_longpoll.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_longpoll.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_longpoll.js'
--- lib/lp/app/javascript/tests/test_longpoll.js 2012-09-24 18:20:14 +0000
+++ lib/lp/app/javascript/tests/test_longpoll.js 2012-10-26 10:52:38 +0000
@@ -277,6 +277,6 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node-event-simulate',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node-event-simulate',
'json', 'lp.app.longpoll']
});
=== modified file 'lib/lp/app/javascript/tests/test_lp.html'
--- lib/lp/app/javascript/tests/test_lp.html 2012-05-17 20:38:13 +0000
+++ lib/lp/app/javascript/tests/test_lp.html 2012-10-26 10:52:38 +0000
@@ -13,7 +13,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_lp.js'
--- lib/lp/app/javascript/tests/test_lp.js 2012-09-24 21:09:23 +0000
+++ lib/lp/app/javascript/tests/test_lp.js 2012-10-26 10:52:38 +0000
@@ -23,5 +23,5 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node', 'lp']
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node', 'lp']
});
=== modified file 'lib/lp/app/javascript/tests/test_lp_client.html'
--- lib/lp/app/javascript/tests/test_lp_client.html 2012-07-24 16:41:59 +0000
+++ lib/lp/app/javascript/tests/test_lp_client.html 2012-10-26 10:52:38 +0000
@@ -14,7 +14,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_lp_client.js'
--- lib/lp/app/javascript/tests/test_lp_client.js 2012-07-24 16:41:59 +0000
+++ lib/lp/app/javascript/tests/test_lp_client.js 2012-10-26 10:52:38 +0000
@@ -582,6 +582,6 @@
}
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console', 'lp.client',
+ requires: ['test', 'lp.testing.helpers', 'test-console', 'lp.client',
'lp.testing.mockio', 'lp.client', 'escape']
});
=== modified file 'lib/lp/app/javascript/tests/test_lp_client_integration.js'
--- lib/lp/app/javascript/tests/test_lp_client_integration.js 2012-07-24 16:55:46 +0000
+++ lib/lp/app/javascript/tests/test_lp_client_integration.js 2012-10-26 10:52:38 +0000
@@ -5,7 +5,7 @@
}).use('test',
'escape',
'node',
- 'console',
+ 'test-console',
'json',
'cookie',
'lp.testing.serverfixture',
=== modified file 'lib/lp/app/javascript/tests/test_lp_links.html'
--- lib/lp/app/javascript/tests/test_lp_links.html 2012-03-14 04:41:36 +0000
+++ lib/lp/app/javascript/tests/test_lp_links.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_lp_links.js'
--- lib/lp/app/javascript/tests/test_lp_links.js 2012-09-24 21:11:03 +0000
+++ lib/lp/app/javascript/tests/test_lp_links.js 2012-10-26 10:52:38 +0000
@@ -100,7 +100,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console',
+ requires: ['lp.testing.runner', 'test', 'test-console',
'lp.app.links', 'lp.testing.mockio', 'lp.client',
'node']
});
=== modified file 'lib/lp/app/javascript/tests/test_lp_names.html'
--- lib/lp/app/javascript/tests/test_lp_names.html 2012-06-27 12:53:43 +0000
+++ lib/lp/app/javascript/tests/test_lp_names.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_lp_names.js'
--- lib/lp/app/javascript/tests/test_lp_names.js 2012-06-28 12:36:43 +0000
+++ lib/lp/app/javascript/tests/test_lp_names.js 2012-10-26 10:52:38 +0000
@@ -230,4 +230,4 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'lp.names']});
+}, '0.1', {'requires': ['test', 'test-console', 'lp.names']});
=== modified file 'lib/lp/app/javascript/tests/test_multicheckboxwidget.html'
--- lib/lp/app/javascript/tests/test_multicheckboxwidget.html 2012-09-11 14:39:48 +0000
+++ lib/lp/app/javascript/tests/test_multicheckboxwidget.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/app/javascript/tests/test_multicheckboxwidget.js'
--- lib/lp/app/javascript/tests/test_multicheckboxwidget.js 2012-09-24 19:30:43 +0000
+++ lib/lp/app/javascript/tests/test_multicheckboxwidget.js 2012-10-26 10:52:38 +0000
@@ -162,7 +162,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'dom', 'event',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'dom', 'event',
'event-simulate', 'lp.ui.formoverlay', 'lp.ui.activator',
'lp.client', 'lp.app.multicheckbox']
});
=== modified file 'lib/lp/blueprints/javascript/tests/test_addspec.js'
--- lib/lp/blueprints/javascript/tests/test_addspec.js 2012-09-19 16:11:37 +0000
+++ lib/lp/blueprints/javascript/tests/test_addspec.js 2012-10-26 10:52:38 +0000
@@ -55,5 +55,5 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'lp.blueprints.addspec']
+ requires: ['lp.testing.runner', 'test', 'test-console', 'lp.blueprints.addspec']
});
=== modified file 'lib/lp/blueprints/javascript/tests/test_workitems.html'
--- lib/lp/blueprints/javascript/tests/test_workitems.html 2012-09-24 21:13:41 +0000
+++ lib/lp/blueprints/javascript/tests/test_workitems.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/blueprints/javascript/tests/test_workitems.js'
--- lib/lp/blueprints/javascript/tests/test_workitems.js 2012-09-24 21:13:41 +0000
+++ lib/lp/blueprints/javascript/tests/test_workitems.js 2012-10-26 10:52:38 +0000
@@ -148,7 +148,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node', 'lp.ui.picker-base',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node', 'lp.ui.picker-base',
'lp.workitems.expanders',
'event', 'node-event-simulate', 'dump']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_async_comment_loading.html'
--- lib/lp/bugs/javascript/tests/test_async_comment_loading.html 2012-07-07 14:00:30 +0000
+++ lib/lp/bugs/javascript/tests/test_async_comment_loading.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_async_comment_loading.js'
--- lib/lp/bugs/javascript/tests/test_async_comment_loading.js 2012-06-27 19:38:39 +0000
+++ lib/lp/bugs/javascript/tests/test_async_comment_loading.js 2012-10-26 10:52:38 +0000
@@ -180,7 +180,7 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.bugtask_index', 'lp.client', 'event', 'node',
'lp.testing.mockio', 'test', 'widget-stack', 'node-event-simulate']
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_notification_level.html'
--- lib/lp/bugs/javascript/tests/test_bug_notification_level.html 2012-06-27 20:00:17 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_notification_level.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_notification_level.js'
--- lib/lp/bugs/javascript/tests/test_bug_notification_level.js 2012-09-10 20:52:27 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_notification_level.js 2012-10-26 10:52:38 +0000
@@ -433,7 +433,7 @@
}, '0.1', {
- 'requires': ['test', 'lp.testing.helpers', 'console',
+ 'requires': ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.bug_notification_level', 'node-event-simulate',
'lp.ui.effects']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_picker.html'
--- lib/lp/bugs/javascript/tests/test_bug_picker.html 2012-08-22 20:28:52 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_picker.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_picker.js'
--- lib/lp/bugs/javascript/tests/test_bug_picker.js 2012-08-27 20:13:49 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_picker.js 2012-10-26 10:52:38 +0000
@@ -245,6 +245,6 @@
}, '0.1', {
requires: [
'test', 'lp.testing.helpers', 'event', 'node-event-simulate',
- 'console', 'lp.client', 'lp.testing.mockio', 'lp.anim',
+ 'test-console', 'lp.client', 'lp.testing.mockio', 'lp.anim',
'lp.ui.picker-base', 'lp.bugs.bug_picker', 'lp.mustache']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.html'
--- lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.html 2012-06-28 14:40:19 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js'
--- lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js 2012-09-10 21:02:05 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js 2012-10-26 10:52:38 +0000
@@ -625,6 +625,6 @@
}));
}, '0.1', {
- 'requires': ['test', 'lp.testing.helpers', 'console',
+ 'requires': ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.bugtask_index.portlets.subscription', 'node-event-simulate']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_tags_entry.html'
--- lib/lp/bugs/javascript/tests/test_bug_tags_entry.html 2012-06-23 23:50:00 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_tags_entry.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_tags_entry.js'
--- lib/lp/bugs/javascript/tests/test_bug_tags_entry.js 2012-09-24 18:38:44 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_tags_entry.js 2012-10-26 10:52:38 +0000
@@ -244,6 +244,6 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'lp.testing.mockio', 'test', 'console',
+ requires: ['lp.testing.runner', 'lp.testing.mockio', 'test', 'test-console',
'lp.client', 'node-event-simulate', 'lp.bugs.tags_entry']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_buglisting.html'
--- lib/lp/bugs/javascript/tests/test_buglisting.html 2012-09-13 17:27:03 +0000
+++ lib/lp/bugs/javascript/tests/test_buglisting.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_buglisting.js'
--- lib/lp/bugs/javascript/tests/test_buglisting.js 2012-07-24 16:07:20 +0000
+++ lib/lp/bugs/javascript/tests/test_buglisting.js 2012-10-26 10:52:38 +0000
@@ -80,7 +80,7 @@
}, '0.1', {
- 'requires': ['test', 'lp.testing.helpers', 'console',
+ 'requires': ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.buglisting', 'lp.testing.mockio', 'lp.testing.assert',
'lp.app.inlinehelp']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_buglisting_utils.html'
--- lib/lp/bugs/javascript/tests/test_buglisting_utils.html 2012-06-27 17:29:08 +0000
+++ lib/lp/bugs/javascript/tests/test_buglisting_utils.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.html'
--- lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.html 2012-03-14 04:41:36 +0000
+++ lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.js'
--- lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.js 2012-09-24 20:44:44 +0000
+++ lib/lp/bugs/javascript/tests/test_bugtarget_portlet_bugtags.js 2012-10-26 10:52:38 +0000
@@ -117,7 +117,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'lp.testing.mockio', 'test', 'console',
+ requires: ['lp.testing.runner', 'lp.testing.mockio', 'test', 'test-console',
'lp.client', 'node-event-simulate', 'lp.bugs.bugtask.taglist']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_bugtask_delete.html'
--- lib/lp/bugs/javascript/tests/test_bugtask_delete.html 2012-08-22 20:28:52 +0000
+++ lib/lp/bugs/javascript/tests/test_bugtask_delete.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_bugtask_delete.js'
--- lib/lp/bugs/javascript/tests/test_bugtask_delete.js 2012-09-24 21:18:19 +0000
+++ lib/lp/bugs/javascript/tests/test_bugtask_delete.js 2012-10-26 10:52:38 +0000
@@ -375,6 +375,6 @@
}, '0.1', {
requires: ['lp.testing.runner', 'lp.testing.mockio', 'base', 'test',
- 'console', 'node', 'node-event-simulate',
+ 'test-console', 'node', 'node-event-simulate',
'lp.bugs.bugtask_index', 'lp.app.picker', 'lp.mustache']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_duplicates.html'
--- lib/lp/bugs/javascript/tests/test_duplicates.html 2012-08-22 20:28:52 +0000
+++ lib/lp/bugs/javascript/tests/test_duplicates.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_duplicates.js'
--- lib/lp/bugs/javascript/tests/test_duplicates.js 2012-08-14 15:29:33 +0000
+++ lib/lp/bugs/javascript/tests/test_duplicates.js 2012-10-26 10:52:38 +0000
@@ -279,7 +279,7 @@
}, '0.1', {
requires: [
'test', 'lp.testing.helpers', 'event', 'node-event-simulate',
- 'console', 'lp.client', 'lp.testing.mockio', 'lp.anim',
+ 'test-console', 'lp.client', 'lp.testing.mockio', 'lp.anim',
'lp.bugs.bug_picker', 'lp.bugs.duplicates',
'lp.bugs.bug_picker.test', 'lp.bugs.bugtask_index']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug.html'
--- lib/lp/bugs/javascript/tests/test_filebug.html 2012-09-13 16:56:54 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug.js'
--- lib/lp/bugs/javascript/tests/test_filebug.js 2012-09-13 18:27:34 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug.js 2012-10-26 10:52:38 +0000
@@ -317,7 +317,7 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.app.banner.privacy', 'lp.app.choice',
'lp.bugs.filebug_dupefinder', 'lp.bugs.filebug'
]});
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug_dupefinder.html'
--- lib/lp/bugs/javascript/tests/test_filebug_dupefinder.html 2012-06-28 16:44:24 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug_dupefinder.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js'
--- lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js 2012-08-02 06:24:13 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js 2012-10-26 10:52:38 +0000
@@ -248,6 +248,6 @@
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.filebug_dupefinder', 'node-event-simulate']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_me_too.html'
--- lib/lp/bugs/javascript/tests/test_me_too.html 2012-07-07 14:00:30 +0000
+++ lib/lp/bugs/javascript/tests/test_me_too.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_me_too.js'
--- lib/lp/bugs/javascript/tests/test_me_too.js 2012-07-07 14:00:30 +0000
+++ lib/lp/bugs/javascript/tests/test_me_too.js 2012-10-26 10:52:38 +0000
@@ -198,7 +198,7 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.bugtask_index', 'lp.client', 'node', 'widget-stack',
'event']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_official_bug_tags.html'
--- lib/lp/bugs/javascript/tests/test_official_bug_tags.html 2012-09-24 17:55:58 +0000
+++ lib/lp/bugs/javascript/tests/test_official_bug_tags.html 2012-10-26 10:52:38 +0000
@@ -14,7 +14,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_official_bug_tags.js'
--- lib/lp/bugs/javascript/tests/test_official_bug_tags.js 2012-09-24 17:55:58 +0000
+++ lib/lp/bugs/javascript/tests/test_official_bug_tags.js 2012-10-26 10:52:38 +0000
@@ -47,6 +47,6 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node',
'event-simulate', 'node-event-simulate', 'lp.bugs.official_bug_tags']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_pre_search.html'
--- lib/lp/bugs/javascript/tests/test_pre_search.html 2012-07-07 14:00:30 +0000
+++ lib/lp/bugs/javascript/tests/test_pre_search.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_pre_search.js'
--- lib/lp/bugs/javascript/tests/test_pre_search.js 2012-06-28 18:04:28 +0000
+++ lib/lp/bugs/javascript/tests/test_pre_search.js 2012-10-26 10:52:38 +0000
@@ -75,6 +75,6 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console', 'event',
+ requires: ['test', 'lp.testing.helpers', 'test-console', 'event',
'lp.bugs.bugtask_index', 'lp.client', 'node', 'widget-stack']
});
=== modified file 'lib/lp/bugs/javascript/tests/test_subscribers.html'
--- lib/lp/bugs/javascript/tests/test_subscribers.html 2012-09-24 18:12:07 +0000
+++ lib/lp/bugs/javascript/tests/test_subscribers.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_subscribers.js'
--- lib/lp/bugs/javascript/tests/test_subscribers.js 2012-09-24 18:12:07 +0000
+++ lib/lp/bugs/javascript/tests/test_subscribers.js 2012-10-26 10:52:38 +0000
@@ -60,7 +60,7 @@
}));
}, '0.1', {
- requires: [ 'lp.testing.runner', 'test', 'console', 'node',
+ requires: [ 'lp.testing.runner', 'test', 'test-console', 'node',
'lp.ui.picker-base', 'lp.bugs.subscribers', 'event',
'node-event-simulate', 'dump' ]
});
=== modified file 'lib/lp/bugs/javascript/tests/test_subscription.html'
--- lib/lp/bugs/javascript/tests/test_subscription.html 2012-06-28 15:23:33 +0000
+++ lib/lp/bugs/javascript/tests/test_subscription.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/bugs/javascript/tests/test_subscription.js'
--- lib/lp/bugs/javascript/tests/test_subscription.js 2012-09-10 21:02:05 +0000
+++ lib/lp/bugs/javascript/tests/test_subscription.js 2012-10-26 10:52:38 +0000
@@ -2761,6 +2761,6 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.bugs.subscription', 'node-event-simulate', 'lp.ui.effects']
});
=== modified file 'lib/lp/code/javascript/tests/test_branchdiff.html'
--- lib/lp/code/javascript/tests/test_branchdiff.html 2012-07-02 13:25:43 +0000
+++ lib/lp/code/javascript/tests/test_branchdiff.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_branchdiff.js'
--- lib/lp/code/javascript/tests/test_branchdiff.js 2012-07-02 13:25:43 +0000
+++ lib/lp/code/javascript/tests/test_branchdiff.js 2012-10-26 10:52:38 +0000
@@ -57,6 +57,6 @@
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.code.branchmergeproposal.diff', 'node-event-simulate', 'lp.client']
});
=== modified file 'lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.html'
--- lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.html 2012-08-22 20:28:52 +0000
+++ lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.js'
--- lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.js 2012-09-24 18:34:20 +0000
+++ lib/lp/code/javascript/tests/test_branchmergeproposal.nominate.js 2012-10-26 10:52:38 +0000
@@ -282,7 +282,7 @@
})));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'dump', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'dump', 'test-console', 'node',
'lp.testing.mockio', 'lp.mustache', 'event',
'node-event-simulate',
'lp.code.branchmergeproposal.nominate']
=== modified file 'lib/lp/code/javascript/tests/test_branchmergeproposal.updater.html'
--- lib/lp/code/javascript/tests/test_branchmergeproposal.updater.html 2012-03-14 04:41:36 +0000
+++ lib/lp/code/javascript/tests/test_branchmergeproposal.updater.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_branchmergeproposal.updater.js'
--- lib/lp/code/javascript/tests/test_branchmergeproposal.updater.js 2012-09-24 20:47:41 +0000
+++ lib/lp/code/javascript/tests/test_branchmergeproposal.updater.js 2012-10-26 10:52:38 +0000
@@ -229,7 +229,7 @@
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'dump', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'dump', 'test-console', 'node',
'lp.testing.mockio', 'event',
'lp.code.branchmergeproposal.updater']
});
=== modified file 'lib/lp/code/javascript/tests/test_branchrevisionexpander.html'
--- lib/lp/code/javascript/tests/test_branchrevisionexpander.html 2012-08-22 20:28:52 +0000
+++ lib/lp/code/javascript/tests/test_branchrevisionexpander.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_branchrevisionexpander.js'
--- lib/lp/code/javascript/tests/test_branchrevisionexpander.js 2012-07-02 13:09:54 +0000
+++ lib/lp/code/javascript/tests/test_branchrevisionexpander.js 2012-10-26 10:52:38 +0000
@@ -128,6 +128,6 @@
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.code.branch.revisionexpander', 'lp.client', 'node-event-simulate']
});
=== modified file 'lib/lp/code/javascript/tests/test_bugspeclinks.html'
--- lib/lp/code/javascript/tests/test_bugspeclinks.html 2012-08-22 20:28:52 +0000
+++ lib/lp/code/javascript/tests/test_bugspeclinks.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_bugspeclinks.js'
--- lib/lp/code/javascript/tests/test_bugspeclinks.js 2012-08-03 12:47:11 +0000
+++ lib/lp/code/javascript/tests/test_bugspeclinks.js 2012-10-26 10:52:38 +0000
@@ -225,7 +225,7 @@
})));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.code.branch.bugspeclinks', 'node-event-simulate',
'lp.bugs.bug_picker', 'lp.bugs.bug_picker.test']
});
=== modified file 'lib/lp/code/javascript/tests/test_information_type_choice.html'
--- lib/lp/code/javascript/tests/test_information_type_choice.html 2012-08-29 20:47:22 +0000
+++ lib/lp/code/javascript/tests/test_information_type_choice.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_information_type_choice.js'
--- lib/lp/code/javascript/tests/test_information_type_choice.js 2012-09-13 18:27:34 +0000
+++ lib/lp/code/javascript/tests/test_information_type_choice.js 2012-10-26 10:52:38 +0000
@@ -182,6 +182,6 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.testing.mockio', 'lp.client', 'lp.app.information_type',
'lp.code.branch.information_type_choice']});
=== modified file 'lib/lp/code/javascript/tests/test_productseries-setbranch.html'
--- lib/lp/code/javascript/tests/test_productseries-setbranch.html 2012-10-09 01:07:52 +0000
+++ lib/lp/code/javascript/tests/test_productseries-setbranch.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_productseries_setbranch.js'
--- lib/lp/code/javascript/tests/test_productseries_setbranch.js 2012-10-09 01:07:52 +0000
+++ lib/lp/code/javascript/tests/test_productseries_setbranch.js 2012-10-26 10:52:38 +0000
@@ -186,7 +186,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'node-event-simulate', 'test', 'console',
+ requires: ['lp.testing.runner', 'node-event-simulate', 'test', 'test-console',
'Event', 'CustomEvent',
'lp.code.productseries_setbranch']
});
=== modified file 'lib/lp/code/javascript/tests/test_requestbuild_overlay.html'
--- lib/lp/code/javascript/tests/test_requestbuild_overlay.html 2012-07-07 14:00:30 +0000
+++ lib/lp/code/javascript/tests/test_requestbuild_overlay.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_requestbuild_overlay.js'
--- lib/lp/code/javascript/tests/test_requestbuild_overlay.js 2012-09-24 20:49:51 +0000
+++ lib/lp/code/javascript/tests/test_requestbuild_overlay.js 2012-10-26 10:52:38 +0000
@@ -274,7 +274,7 @@
}, '0.1', {
- requires: ['test', 'console', 'node-event-simulate', 'json-stringify',
+ requires: ['test', 'test-console', 'node-event-simulate', 'json-stringify',
'lp.testing.mockio', 'lp.testing.runner',
'lp.code.requestbuild_overlay']
});
=== modified file 'lib/lp/code/javascript/tests/test_util.html'
--- lib/lp/code/javascript/tests/test_util.html 2012-07-07 14:00:30 +0000
+++ lib/lp/code/javascript/tests/test_util.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/code/javascript/tests/test_util.js'
--- lib/lp/code/javascript/tests/test_util.js 2012-09-24 21:58:51 +0000
+++ lib/lp/code/javascript/tests/test_util.js 2012-10-26 10:52:38 +0000
@@ -88,6 +88,6 @@
}));
}, '0.1', {
- requires: ['test', 'console', 'node-event-simulate', 'lp.testing.runner',
+ requires: ['test', 'test-console', 'node-event-simulate', 'lp.testing.runner',
'lp.code.util']
});
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_differences.html'
--- lib/lp/registry/javascript/distroseries/tests/test_differences.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_differences.html 2012-10-26 10:52:38 +0000
@@ -4,39 +4,47 @@
<title>Launchpad DistroSeries Differences</title>
<!-- YUI and test setup -->
+ <script type="text/javascript"
+ src="../../../../../../build/js/yui/yui/yui.js"></script>
+
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/console/assets/console-core.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
+
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/testing/testrunner.js"></script>
<link rel="stylesheet" href="../../../../app/javascript/testing/test.css" />
- <script type="text/javascript"
- src="../../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/testing/testrunner.js"></script>
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<!-- Required modules -->
<script type="text/javascript"
- src="../../../../app/javascript/client.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/activator/activator.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/anim/anim.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/ui/ui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/overlay/overlay.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/person_picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker_patcher.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/extras/extras.js"></script>
+ src="../../../../../../build/js/lp/app/client.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/activator/activator.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/anim/anim.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/ui/ui.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/overlay/overlay.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/person_picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker_patcher.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/extras/extras.js"></script>
<!-- The module under test -->
- <script type="text/javascript"
- src="../differences.js"></script>
+ <script type="text/javascript" src="../differences.js"></script>
<!-- The test suite -->
- <script type="text/javascript"
- src="test_differences.js"></script>
+ <script type="text/javascript" src="test_differences.js"></script>
</head>
<body class="yui3-skin-sam">
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_differences.js'
--- lib/lp/registry/javascript/distroseries/tests/test_differences.js 2011-07-29 15:28:13 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_differences.js 2012-10-26 10:52:38 +0000
@@ -145,4 +145,4 @@
}, "0.1", {"requires": [
"lp.registry.distroseries.differences", "node",
- "node-event-simulate", "test"]});
+ "node-event-simulate", "test", "test-console"]});
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_initseries.html'
--- lib/lp/registry/javascript/distroseries/tests/test_initseries.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_initseries.html 2012-10-26 10:52:38 +0000
@@ -4,39 +4,49 @@
<title>Launchpad DistroSeries Initialiazation</title>
<!-- YUI and test setup -->
- <link rel="stylesheet" href="../../../../app/javascript/testing/test.css" />
- <script type="text/javascript"
- src="../../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/testing/testrunner.js"></script>
+ <!-- YUI and test setup -->
+ <script type="text/javascript"
+ src="../../../../../../build/js/yui/yui/yui.js">
+ </script>
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/console/assets/console-core.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
+
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/testing/testrunner.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/testing/helpers.js"></script>
<!-- Required modules -->
<script type="text/javascript"
- src="../../../../app/javascript/client.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/activator/activator.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/anim/anim.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/ui/ui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/overlay/overlay.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/person_picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker_patcher.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/formwidgets/formwidgets.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/extras/extras.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/effects/effects.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/expander.js"></script>
- <script type="text/javascript"
- src="../widgets.js"></script>
+ src="../../../../../../build/js/lp/app/client.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/activator/activator.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/anim/anim.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/ui/ui.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/overlay/overlay.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/person_picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker_patcher.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/formwidgets/formwidgets.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/extras/extras.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/effects/effects.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/expander.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/registry/distroseries/widgets.js"></script>
<!-- The module under test -->
<script type="text/javascript"
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_initseries.js'
--- lib/lp/registry/javascript/distroseries/tests/test_initseries.js 2011-10-17 13:32:20 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_initseries.js 2012-10-26 10:52:38 +0000
@@ -344,6 +344,6 @@
namespace.suite = suite;
}, "0.1", {"requires": [
- 'test', 'console', 'node-event-simulate',
+ 'test', 'test-console', 'node-event-simulate',
'lp.app.formwidgets.test', 'lp.extras',
'lp.registry.distroseries.initseries']});
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_widgets.html'
--- lib/lp/registry/javascript/distroseries/tests/test_widgets.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_widgets.html 2012-10-26 10:52:38 +0000
@@ -4,33 +4,42 @@
<title>Launchpad DistroSeries Widgets</title>
<!-- YUI and test setup -->
- <link rel="stylesheet" href="../../../../app/javascript/testing/test.css" />
- <script type="text/javascript"
- src="../../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/testing/testrunner.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/yui/yui/yui.js">
+ </script>
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/console/assets/console-core.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
+ <link rel="stylesheet"
+ href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
+
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/testing/testrunner.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/testing/helpers.js"></script>
<!-- Required modules -->
<script type="text/javascript"
- src="../../../../app/javascript/client.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/activator/activator.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/anim/anim.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/ui/ui.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/overlay/overlay.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/person_picker.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/picker/picker_patcher.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/formwidgets/formwidgets.js"></script>
- <script type="text/javascript"
- src="../../../../app/javascript/extras/extras.js"></script>
+ src="../../../../../../build/js/lp/app/client.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/activator/activator.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/anim/anim.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/ui/ui.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/overlay/overlay.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/person_picker.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/picker/picker_patcher.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/formwidgets/formwidgets.js"></script>
+ <script type="text/javascript"
+ src="../../../../../../build/js/lp/app/extras/extras.js"></script>
<!-- The module under test -->
<script type="text/javascript"
=== modified file 'lib/lp/registry/javascript/distroseries/tests/test_widgets.js'
--- lib/lp/registry/javascript/distroseries/tests/test_widgets.js 2011-10-17 14:17:53 +0000
+++ lib/lp/registry/javascript/distroseries/tests/test_widgets.js 2012-10-26 10:52:38 +0000
@@ -568,6 +568,6 @@
namespace.suite = suite;
}, "0.1", {"requires": [
- 'test', 'console', 'node-event-simulate',
+ 'test', 'test-console', 'node-event-simulate',
'lp.registry.distroseries.widgets', 'lp.app.formwidgets',
'lp.app.formwidgets.test', 'lp.extras']});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.html'
--- lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.html 2012-07-20 03:15:04 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.html 2012-10-26 10:52:38 +0000
@@ -16,7 +16,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js 2012-07-20 03:15:04 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js 2012-10-26 10:52:38 +0000
@@ -50,6 +50,6 @@
}
}));
-}, '0.1', {'requires': ['test', 'console',
+}, '0.1', {'requires': ['test', 'test-console',
'lp.registry.sharing.granteelisting_navigator'
]});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteepicker.html'
--- lib/lp/registry/javascript/sharing/tests/test_granteepicker.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteepicker.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteepicker.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteepicker.js 2012-08-30 02:40:04 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteepicker.js 2012-10-26 10:52:38 +0000
@@ -418,5 +418,5 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.app.picker', 'lp.registry.sharing.granteepicker']});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteetable.html'
--- lib/lp/registry/javascript/sharing/tests/test_granteetable.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteetable.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteetable.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteetable.js 2012-09-06 05:00:05 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteetable.js 2012-10-26 10:52:38 +0000
@@ -406,6 +406,6 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.registry.sharing.granteetable',
'lp.registry.sharing.granteepicker']});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.html'
--- lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.html 2012-09-13 21:39:34 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js'
--- lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js 2012-09-13 21:39:34 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js 2012-10-26 10:52:38 +0000
@@ -684,7 +684,7 @@
}
})));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.testing.mockio', 'lp.registry.sharing.granteepicker',
'lp.registry.sharing.granteetable', 'lp.app.errors',
'lp.registry.sharing.pillarsharingview']});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetails.html'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetails.html 2012-05-11 06:29:27 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetails.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js 2012-07-20 03:15:04 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js 2012-10-26 10:52:38 +0000
@@ -282,7 +282,7 @@
}, '0.1', { 'requires':
- [ 'test', 'console', 'event', 'node-event-simulate',
+ [ 'test', 'test-console', 'event', 'node-event-simulate',
'lp.registry.sharing.sharingdetails',
'lp.app.sorttable'
]});
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.html'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.html 2012-04-17 07:07:56 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js 2012-09-10 21:02:05 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js 2012-10-26 10:52:38 +0000
@@ -342,7 +342,7 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'event', 'node-event-simulate',
+}, '0.1', {'requires': ['test', 'test-console', 'event', 'node-event-simulate',
'lp.testing.mockio',
'lp.registry.sharing.sharingdetails',
'lp.registry.sharing.sharingdetailsview']});
=== modified file 'lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.html'
--- lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.html 2012-08-22 20:28:52 +0000
+++ lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js'
--- lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js 2012-09-10 20:52:27 +0000
+++ lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js 2012-10-26 10:52:38 +0000
@@ -1020,7 +1020,7 @@
}
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'lp.testing.mockio', 'console',
+ requires: ['test', 'lp.testing.helpers', 'lp.testing.mockio', 'test-console',
'lp.registry.distroseriesdifferences_details', 'node-event-simulate',
'lp.soyuz.base', 'lp.anim', 'lp.ui.formoverlay', 'lp.ui.effects',
'lp.soyuz.dynamic_dom_updater', 'event-simulate', 'io-base']
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_creation_failures.html'
--- lib/lp/registry/javascript/tests/test_milestone_creation_failures.html 2012-05-29 11:53:42 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_creation_failures.html 2012-10-26 10:52:38 +0000
@@ -25,7 +25,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_creation_failures.js'
--- lib/lp/registry/javascript/tests/test_milestone_creation_failures.js 2012-09-24 18:25:26 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_creation_failures.js 2012-10-26 10:52:38 +0000
@@ -128,7 +128,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node',
'node-event-simulate', 'lp.ui.effects', 'lp.app.calendar',
'lp.app.errors', 'lp.client', 'lp.testing.mockio',
'lp.registry.milestoneoverlay']
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_table.html'
--- lib/lp/registry/javascript/tests/test_milestone_table.html 2012-03-14 04:41:36 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_table.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_table.js'
--- lib/lp/registry/javascript/tests/test_milestone_table.js 2012-09-24 21:55:08 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_table.js 2012-10-26 10:52:38 +0000
@@ -242,6 +242,6 @@
}
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console',
+ requires: ['lp.testing.runner', 'test', 'test-console',
'lp.registry.milestonetable']
});
=== modified file 'lib/lp/registry/javascript/tests/test_product_views.html'
--- lib/lp/registry/javascript/tests/test_product_views.html 2012-09-25 15:12:00 +0000
+++ lib/lp/registry/javascript/tests/test_product_views.html 2012-10-26 10:52:38 +0000
@@ -16,7 +16,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_product_views.js'
--- lib/lp/registry/javascript/tests/test_product_views.js 2012-10-05 14:04:32 +0000
+++ lib/lp/registry/javascript/tests/test_product_views.js 2012-10-26 10:52:38 +0000
@@ -185,6 +185,6 @@
}));
}, '0.1', {
- requires: ['test', 'event-simulate', 'node-event-simulate', 'console',
+ requires: ['test', 'event-simulate', 'node-event-simulate', 'test-console',
'lp.mustache', 'registry.product-views']
});
=== modified file 'lib/lp/registry/javascript/tests/test_structural_subscription.html'
--- lib/lp/registry/javascript/tests/test_structural_subscription.html 2012-07-20 20:21:35 +0000
+++ lib/lp/registry/javascript/tests/test_structural_subscription.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_structural_subscription.js'
--- lib/lp/registry/javascript/tests/test_structural_subscription.js 2012-09-24 20:52:41 +0000
+++ lib/lp/registry/javascript/tests/test_structural_subscription.js 2012-10-26 10:52:38 +0000
@@ -1838,7 +1838,7 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'lp.testing.helpers', 'test', 'console',
+ requires: ['lp.testing.runner', 'lp.testing.helpers', 'test', 'test-console',
'node', 'node-event-simulate', 'lp.ui.effects', 'lp.client',
'lp.registry.structural_subscription']
});
=== modified file 'lib/lp/registry/javascript/tests/test_team.html'
--- lib/lp/registry/javascript/tests/test_team.html 2012-08-13 20:07:00 +0000
+++ lib/lp/registry/javascript/tests/test_team.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_team.js'
--- lib/lp/registry/javascript/tests/test_team.js 2012-08-14 13:53:51 +0000
+++ lib/lp/registry/javascript/tests/test_team.js 2012-10-26 10:52:38 +0000
@@ -143,5 +143,5 @@
}
}));
-}, '0.1', {'requires': ['test', 'console', 'node', 'event',
+}, '0.1', {'requires': ['test', 'test-console', 'node', 'event',
'node-event-simulate', 'lp.registry.team']});
=== modified file 'lib/lp/registry/javascript/tests/test_team_mailinglists.html'
--- lib/lp/registry/javascript/tests/test_team_mailinglists.html 2012-07-02 15:27:22 +0000
+++ lib/lp/registry/javascript/tests/test_team_mailinglists.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/registry/javascript/tests/test_team_mailinglists.js'
--- lib/lp/registry/javascript/tests/test_team_mailinglists.js 2012-07-02 15:27:22 +0000
+++ lib/lp/registry/javascript/tests/test_team_mailinglists.js 2012-10-26 10:52:38 +0000
@@ -70,7 +70,7 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.registry.team.mailinglists', 'lp.mustache',
'node-event-simulate', 'widget-stack', 'event']
});
=== modified file 'lib/lp/soyuz/javascript/tests/test_archive-packages.html'
--- lib/lp/soyuz/javascript/tests/test_archive-packages.html 2012-07-05 14:23:43 +0000
+++ lib/lp/soyuz/javascript/tests/test_archive-packages.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.html'
--- lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.html 2012-07-05 14:23:43 +0000
+++ lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js'
--- lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js 2012-07-05 14:23:43 +0000
+++ lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js 2012-10-26 10:52:38 +0000
@@ -126,6 +126,6 @@
}
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.soyuz.archivesubscribers_index']
});
=== modified file 'lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.html'
--- lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.html 2012-07-05 14:23:43 +0000
+++ lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js'
--- lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js 2012-07-05 14:23:43 +0000
+++ lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js 2012-10-26 10:52:38 +0000
@@ -270,6 +270,6 @@
}));
}, '0.1', {
- requires: ['test', 'lp.testing.helpers', 'console',
+ requires: ['test', 'lp.testing.helpers', 'test-console',
'lp.soyuz.dynamic_dom_updater']
});
=== modified file 'lib/lp/translations/javascript/tests/test_importqueue.html'
--- lib/lp/translations/javascript/tests/test_importqueue.html 2012-08-22 20:28:52 +0000
+++ lib/lp/translations/javascript/tests/test_importqueue.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/translations/javascript/tests/test_importqueue.js'
--- lib/lp/translations/javascript/tests/test_importqueue.js 2012-09-24 21:56:52 +0000
+++ lib/lp/translations/javascript/tests/test_importqueue.js 2012-10-26 10:52:38 +0000
@@ -90,6 +90,6 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'lp.client',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'lp.client',
'lp.translations.importqueue']
});
=== modified file 'lib/lp/translations/javascript/tests/test_poexport.html'
--- lib/lp/translations/javascript/tests/test_poexport.html 2012-05-01 19:46:08 +0000
+++ lib/lp/translations/javascript/tests/test_poexport.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/translations/javascript/tests/test_poexport.js'
--- lib/lp/translations/javascript/tests/test_poexport.js 2012-09-24 18:41:08 +0000
+++ lib/lp/translations/javascript/tests/test_poexport.js 2012-10-26 10:52:38 +0000
@@ -57,6 +57,6 @@
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console', 'node-event-simulate',
+ requires: ['lp.testing.runner', 'test', 'test-console', 'node-event-simulate',
'lp.translations.poexport']
});
=== modified file 'lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.html'
--- lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.html 2012-09-24 17:12:59 +0000
+++ lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../build/js/yui/test/assets/skins/sam/test.css" />
=== modified file 'lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.js'
--- lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.js 2012-09-24 17:12:59 +0000
+++ lib/lp/translations/javascript/tests/test_sourcepackage_sharing_details.js 2012-10-26 10:52:38 +0000
@@ -404,6 +404,6 @@
}));
}, '0.1', {
- requires: ['lp.testing.runner', 'test', 'console',
+ requires: ['lp.testing.runner', 'test', 'test-console',
'lp.translations.sourcepackage_sharing_details']
});
=== modified file 'standard_test_template.html'
--- standard_test_template.html 2012-06-27 17:43:02 +0000
+++ standard_test_template.html 2012-10-26 10:52:38 +0000
@@ -15,7 +15,7 @@
<link rel="stylesheet"
href="../../../../../../build/js/yui/console/assets/console-core.css" />
<link rel="stylesheet"
- href="../../../../../../build/js/yui/console/assets/skins/sam/console.css" />
+ href="../../../../../../build/js/yui/test-console/assets/skins/sam/test-console.css" />
<link rel="stylesheet"
href="../../../../../../build/js/yui/test/assets/skins/sam/test.css" />
Follow ups