1
Fork 0

remove old 2003 tests

add tests for sort specification
This commit is contained in:
Jake Wheat 2014-04-20 23:29:22 +03:00
parent d4a7656bde
commit 8cabf5abcf
4 changed files with 21 additions and 3258 deletions
tools/Language/SQL/SimpleSQL

View file

@ -28,7 +28,6 @@ test data to the Test.Framework tests.
> import Language.SQL.SimpleSQL.ValueExprs
> import Language.SQL.SimpleSQL.Tpch
> import Language.SQL.SimpleSQL.SQL2003
> import Language.SQL.SimpleSQL.SQL2011
Order the tests to start from the simplest first. This is also the
@ -45,7 +44,6 @@ order on the generated documentation.
> ,fullQueriesTests
> ,postgresTests
> ,tpchTests
> ,sql2003Tests
> ,sql2011Tests
> ]