Changeset 1876


Ignore:
Timestamp:
2011-03-16 16:04:06 (14 months ago)
Author:
idbr
Message:

Added test case to check if value of case-control is set correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-forms/kauri-forms-framework/src/test/kauri.forms/test-case.js

    r1869 r1876  
    4040 
    4141    // test 
    42     expect(17); 
     42    expect(18); 
    4343     
    4444    // verify creation of control 
     
    7070 
    7171    c.setValue( { "case" : "c3", value : {a: "one", b: "two"}}); 
     72    same(c.getValue(), { "case" : "c3", value : {a: "one", b: "two"}}, "checking that value of case is correct."); 
    7273 
    7374    ok($c1.is(':hidden'), "the first member should be hidden"); 
Note: See TracChangeset for help on using the changeset viewer.