diff test/mdeTest.d @ 11:b940f267419e

Options class created & changes to mergetag exception messages. Options class created (barebones). Loading/saving from Init. Init no longer runs cleanup functions after initialisation failure. Improved mergetag exception messages & error reporting. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 Feb 2008 09:05:33 +0000
parents 4c3575400769
children bff0d802cb7d
line wrap: on
line diff
--- a/test/mdeTest.d	Mon Feb 18 11:54:56 2008 +0000
+++ b/test/mdeTest.d	Thu Feb 21 09:05:33 2008 +0000
@@ -2,9 +2,6 @@
 */
 module test.mdeTest;
 
-// Define this to run unittests:
-debug=mdeUnitTest;
-
 // This module should import all mde modules containing unittests:
 import mde.input.input;
 import mde.mergetag.dataset;