Cross Reference: /yui3/src/console-filters/tests/console-filters.html
History log of /yui3/src/console-filters/tests/console-filters.html
Revision Date Author Comments + Modified files
c77d701a41f1b77424b988c2e63f2a8e6829c7e6 19-Apr-2011 Luke Smith <lsmith@yahoo-inc.com>

Normalize YUI config for tests. filter from url. Use the query string filter={raw|debug} to override min default filter applied to YUI config.

/yui3/src/arraysort/tests/arraysort.html /yui3/src/async-queue/tests/async-queue.html /yui3/src/collection/tests/arraylist.html console-filters.html /yui3/src/console/tests/console.html /yui3/src/dataschema/tests/dataschema-perf.html /yui3/src/dataschema/tests/dataschema.html /yui3/src/datasource/tests/datasource-perf.html /yui3/src/datasource/tests/datasource.html /yui3/src/datatable/tests/datatable-manual.html /yui3/src/datatable/tests/datatable.html /yui3/src/datatable/tests/performance.html /yui3/src/event/tests/event-synthetic.html /yui3/src/json/tests/json.html /yui3/src/jsonp/tests/jsonp.html /yui3/src/pluginattr/js/attr.js /yui3/src/pluginattr/tests/pluginattr.html /yui3/src/recordset/tests/recordset.html /yui3/src/slider/tests/slider.html /yui3/src/stylesheet/tests/stylesheet.html
998276643802ff9fb197fe220cbd9552da00a624 24-Feb-2011 Luke Smith <lsmith@yahoo-inc.com>

Move tests from sandbox to src/X/tests/src Adapt to test structure enforced by new builder target 'tests'. Still more cleanup to do. But hopefully I didn't miss anything. C'mon CI!

/yui3/sandbox/console/profile.html /yui3/sandbox/console/test.properties /yui3/sandbox/console/test.xml /yui3/src/async-queue/build.properties /yui3/src/async-queue/tests/async-queue-tests.js /yui3/src/async-queue/tests/async-queue.html /yui3/src/async-queue/tests/src/async-queue.js /yui3/src/collection/tests/arraylist-tests.js /yui3/src/collection/tests/arraylist.html /yui3/src/collection/tests/src/arraylist.js console-filters-tests.js console-filters.html src/console-filters.js /yui3/src/console/tests/console-tests.js /yui3/src/console/tests/src/console.js /yui3/src/dial/tests/testsuite.js /yui3/src/event/build-hover.properties /yui3/src/event/build-synthetic.properties /yui3/src/event/tests/event-hover-tests.js /yui3/src/event/tests/event-hover.html /yui3/src/event/tests/event-synthetic-tests.js /yui3/src/event/tests/event-synthetic.html /yui3/src/event/tests/src/event-hover.js /yui3/src/event/tests/src/event-synthetic.js /yui3/src/json/tests/json-parse-tests.js /yui3/src/json/tests/json-stringify-tests.js /yui3/src/json/tests/json-tests.js /yui3/src/json/tests/json.html /yui3/src/json/tests/src/json-parse.js /yui3/src/json/tests/src/json-stringify.js /yui3/src/jsonp/build.xml /yui3/src/jsonp/tests/jsonp-tests.js /yui3/src/jsonp/tests/jsonp-url-tests.js /yui3/src/jsonp/tests/jsonp.html /yui3/src/jsonp/tests/src/jsonp-url.js /yui3/src/jsonp/tests/src/jsonp.js /yui3/src/slider/slider-base.properties /yui3/src/slider/tests/clickable-rail-tests.js /yui3/src/slider/tests/range-slider-tests.js /yui3/src/slider/tests/slider-base-tests.js /yui3/src/slider/tests/slider-tests.js /yui3/src/slider/tests/slider-value-range-tests.js /yui3/src/slider/tests/slider.html /yui3/src/slider/tests/src/clickable-rail.js /yui3/src/slider/tests/src/range-slider.js /yui3/src/slider/tests/src/slider-value-range.js /yui3/src/slider/tests/src/slider.js /yui3/src/stylesheet/tests/src/stylesheet.js /yui3/src/stylesheet/tests/stylesheet-tests.js /yui3/src/stylesheet/tests/stylesheet.html
a073917b147c0700a9e43cdaa5e30aa7ac609859 12-Aug-2010 Luke Smith <lsmith@yahoo-inc.com>

use node.remove() instead of long form. Was using get('parentNode').removeChild(me) Fixes #2529185 Added tests to verify the console-filters skin is loading because I was seeing it not load in some tests.

8e66dcad24a2cc4d23e84ee786f0ccacee1f2aad 16-Feb-2010 Luke Smith <lsmith@yahoo-inc.com>

yui- -> yui3-

de863bccded6736cdd33c5dc9b2d24c9e45999de 16-Dec-2009 Luke Smith <lsmith@yahoo-inc.com>

Moving console-filters test into console-filters/tests