~launchpad-pqm/lazr-js/toolchain

« back to all changes in this revision

Viewing changes to src-js/lazrjs/error/tests/error.js

  • Committer: Sidnei da Silva
  • Date: 2011-01-14 17:13:05 UTC
  • mto: This revision was merged to the branch mainline in revision 198.
  • Revision ID: sidnei.da.silva@gmail.com-20110114171305-8r9fpxl75r2c4fy2
- Centralize config, add rls and features to widgets.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
*/
17
17
 
18
 
YUI({
19
 
    base: '../../yui/',
20
 
    filter: 'raw',
21
 
    combine: false,
22
 
    fetchCSS: false
23
 
    }).use(
24
 
        'lazr.error', 'lazr.error.minimal-error-widget', 'lazr.testing.runner',
25
 
        'node', 'event', 'test', 'console', function(Y) {
 
18
YUI().use('lazr.error', 'lazr.error.minimal-error-widget',
 
19
          'lazr.testing.runner', 'node', 'event', 'test',
 
20
          'console', function(Y) {
26
21
 
27
22
var suite = new Y.Test.Suite('Lazr-js error Test Suite');
28
23