diff 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
line wrap: on
line diff
--- a/tests/all.d	Thu Aug 04 21:29:56 2011 +0200
+++ b/tests/all.d	Sat Aug 06 13:27:21 2011 +0200
@@ -7,7 +7,13 @@
 module tests.all;
 
 import orange.test.UnitTester;
-import tests.Serializer;
+import tests._;
+
+/*
+ * The tests that test for XML with attributes are not completely
+ * reliable, due to the XML module in Phobos saves the XML
+ * attributes in an associative array.
+ */
 
 void main ()
 {