Math/tests
Antoine Musso eaed42d8e4 tests: skip math table creation for SQLite DB
SQLite has global indices, not per table one.  When using the database
updater to create the `unitest_math` table, we would get an error
with a duplicate `math_inputhash` index which is created by the the
database installer.

This patch skips the testBasicCreateTable() test on sqlite.

Change-Id: I6da56d67d7af45f86cf6163cf73f5464505b43f3
2013-04-26 14:17:03 +02:00
..
MathDatabaseTest.php tests: skip math table creation for SQLite DB 2013-04-26 14:17:03 +02:00
MathRendererTest.php renaming of read and write methods for database access 2013-04-24 06:03:37 +00:00
MathSourceTest.php Add and register PHP unit tests for MathSource class 2013-02-17 20:23:50 +00:00
MathTexvcTest.php renaming of read and write methods for database access 2013-04-24 06:03:37 +00:00