Release 3.0.0-RC2 - Fixed broken integration test

This commit is contained in:
Lukas Eder 2013-03-08 12:21:52 +01:00
parent b52279b074
commit 68e729661b

View File

@ -1587,7 +1587,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
@Test
public void testUUIDArrayDataType() throws Exception {
if (TArrays() == null) {
if (TArrays_STRING() == null) {
log.info("SKIPPING", "Skipping UUID ARRAY data type tests");
return;
}