1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
This directory contains several tests (they are not non regression tests) which are:
* mg-test1:
-----------
Connects to the first available data source, and performs various tests.
Produces TEST1.xml to TEST4.xml files
* mg-test2:
-----------
Connects to the first available data source, and performs various tests.
Produces TEST1.xml and TEST2.xml files
* mg-test3:
-----------
Complete test of loading and saving back XML files. Loads DATA3.xml and writes
it back to DATA3_OUT.xml
* mg-test-selector:
-------------------
Primarily tests the MgSelector widget, and is also used to test other widgets, uses a TEST_SELECTOR.xml file.
* mg-test-handlers:
-------------------
Displays all the different data handlers defined for each of the Gda data types in one page,
and all the registered plugings in another page.
* mg-test-grapher:
------------------
Produces a DATA_GRAPH.dot file from a DATA_GRAPH.xml file. The .dot file can then be processed with the GraphViz
tool to produce various output formats. The result is that all the queries contained within the DATA_GRAPH.xml file
are graphically displayed (targets, joins, fields and conditions).
|