[#2698] Fixed test case
This commit is contained in:
parent
394691d610
commit
42ec8ca9bc
@ -1365,6 +1365,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
|
||||
assertNull(book.getValue(TBook_ID()));
|
||||
|
||||
book.setValue(TBook_ID(), 5);
|
||||
book.changed(true);
|
||||
assertEquals(1, book.store());
|
||||
Result<B> books2 = create().selectFrom(TBook()).orderBy(TBook_ID()).fetch();
|
||||
assertEquals(5, books2.size());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user