~openerp-dev/openerp-web/trunk-website-backend-integration-sle-csn

« back to all changes in this revision

Viewing changes to addons/web/static/test/list-editable.js

  • Committer: Cedric Snauwaert
  • Date: 2014-05-06 11:30:51 UTC
  • mfrom: (3995.1.8 web)
  • Revision ID: csn@openerp.com-20140506113051-gk1m8bh01dgp0ech
[MERGE+FIX]merge with latest trunk and add method to show and add website div

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
            strictEqual(
362
362
                $fix.find('tbody tr:eq(1)').css('color'), 'rgb(255, 0, 0)',
363
363
                'shoud have color applied');
364
 
            strictEqual(
365
 
                $fix.find('tbody tr:eq(2)').css('color'), 'rgb(0, 0, 0)',
 
364
            notStrictEqual(
 
365
                $fix.find('tbody tr:eq(2)').css('color'), 'rgb(255, 0, 0)',
366
366
                'should have default color applied');
367
367
        });
368
368
    });