Fixed bad test

This commit is contained in:
Lukas Eder 2013-02-24 11:35:04 +01:00
parent 0457e0b782
commit d4d5df40bb

View File

@ -990,7 +990,7 @@ public class BasicTest extends AbstractTest {
@Test
public void testPlainSQLComments() throws Exception {
assertEquals("SELECT 1 FROM DUAL; -- some comment",
assertEquals("SELECT 1 FROM DUAL; -- comment without newline",
r_refI().render(create.resultQuery("SELECT 1 FROM DUAL; -- comment without newline")));
Field<?> f = field(