Release 3.0.0-RC1 - Fixed non-deterministic test-case

This commit is contained in:
Lukas Eder 2013-02-16 16:35:19 +01:00
parent a7506c6d52
commit d90506919c

View File

@ -848,7 +848,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
jOOQAbstractTest.reset = false;
Result<A> authors = create().selectFrom(TAuthor()).fetch();
Result<A> authors = create().selectFrom(TAuthor()).orderBy(TAuthor_ID()).fetch();
UDTRecord<?> a1 = authors.get(0).getValue(TAuthor_ADDRESS());
UDTRecord<?> a2 = authors.get(1).getValue(TAuthor_ADDRESS());