comparison mde/file/mergetag/mdeUT.d @ 82:ac1e3fd07275

New ssi file format. (De)serializer now supports non-ascii wide characters (encoded to UTF-8) and no longer supports non-ascii 8-bit chars which would result in bad UTF-8. Moved/renamed a few things left over from the last commit.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 30 Aug 2008 09:37:35 +0100
parents d8fccaa45d5f
children 97e6dce08037
comparison
equal deleted inserted replaced
81:d8fccaa45d5f 82:ac1e3fd07275
27 import tango.io.FilePath; 27 import tango.io.FilePath;
28 import tango.util.log.Log : Log, Logger; 28 import tango.util.log.Log : Log, Logger;
29 29
30 private Logger logger; 30 private Logger logger;
31 static this() { 31 static this() {
32 logger = Log.getLogger ("mde.mergetag.unittest"); 32 logger = Log.getLogger ("mde.file.mergetag.mdeUT");
33 } 33 }
34 34
35 unittest { 35 unittest {
36 /* This does a basic write-out and read-in test for each type with its default value. 36 /* This does a basic write-out and read-in test for each type with its default value.
37 * Thus it provides some basic testing for the whole mergetag package. */ 37 * Thus it provides some basic testing for the whole mergetag package. */