Changeset 4417

Show
Ignore:
Timestamp:
05/09/08 18:24:41 (23 months ago)
Author:
matti.tahvonen@…
Message:

updated test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/tests/tickets/Ticket1632.java

    r4416 r4417  
    3333        t.addItem(new Object[] { "foo", "bar" }, "4"); 
    3434 
    35         Item i = t.getContainerDataSource().addItem("5"); 
     35        // workaround to add item with all values 
     36        Item i = t.addItem("5"); 
    3637        i.getItemProperty("col1").setValue("jep"); 
    3738        i.getItemProperty("col2").setValue("foo");