Fixed bad test
This commit is contained in:
parent
0457e0b782
commit
d4d5df40bb
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user