comparison tests/all.d @ 40:02dbd18b7fe9

Moved all tests into its own modules.
author Jacob Carlborg <doob@me.com>
date Sat, 06 Aug 2011 13:27:21 +0200
parents fc315d786f24
children
comparison
equal deleted inserted replaced
39:301476d40518 40:02dbd18b7fe9
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module tests.all; 7 module tests.all;
8 8
9 import orange.test.UnitTester; 9 import orange.test.UnitTester;
10 import tests.Serializer; 10 import tests._;
11
12 /*
13 * The tests that test for XML with attributes are not completely
14 * reliable, due to the XML module in Phobos saves the XML
15 * attributes in an associative array.
16 */
11 17
12 void main () 18 void main ()
13 { 19 {
14 run; 20 run;
15 } 21 }