Skip to content
Snippets Groups Projects
Commit e5827f30 authored by felmer's avatar felmer
Browse files

making DATTest more robust

SVN: 31459
parent 3e311113
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ public class DAOTest extends AbstractTransactionalTestNGSpringContextTests
@Test
public void testQueryWithSpecialCharacters()
{
String query = "select code as \"exp.[code]\" from experiments";
String query = "select code as \"exp.[code]\" from experiments order by id";
DatabaseConfigurationContext context = new DatabaseConfigurationContext();
context.setDatabaseEngineCode("postgresql");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment