diff mde/file/mergetag/mdeUT.d @ 89:97e6dce08037

Solved some/removed some obsolete jobs/FIXMEs (excluding from gui code). General cleanup.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Sep 2008 18:27:17 +0100
parents ac1e3fd07275
children 4084f07f2c7a
line wrap: on
line diff
--- a/mde/file/mergetag/mdeUT.d	Mon Sep 29 12:09:44 2008 +0100
+++ b/mde/file/mergetag/mdeUT.d	Mon Sep 29 18:27:17 2008 +0100
@@ -60,7 +60,7 @@
         IWriter w = makeWriter (file, dsW, WriterMethod.Both);
         w.write();
         
-        // FIXME: when binary writing is supported, read both formats and check
+        // FIXME (unittest): when binary writing is supported, read both formats and check
         IReader r = makeReader (FilePath (file~".mtt"), null, true);
         r.read();
         
@@ -77,7 +77,7 @@
         DefaultData secR = cast(DefaultData) *sec_p;
         assert (secR !is null);
         
-        // FIXME: when comparing associative arrays works, use that. In the mean-time, format!() should work.
+        // FIXME (unittest): when comparing associative arrays works, use that. In the mean-time, format!() should work.
         static char[] genCheckCode (char[] dd1, char[] dd2) {
             const char[] failureMsg = "Assertion failed for type; values: ";
             char[] ret;