diff dwtx/core/runtime/Path.d @ 72:5df4896124c7

JFace and its examples do compile
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 17:56:17 +0200
parents 46a6e0e6ccd4
children 7ffeace6c47f
line wrap: on
line diff
--- a/dwtx/core/runtime/Path.d	Thu May 22 04:03:58 2008 +0200
+++ b/dwtx/core/runtime/Path.d	Thu May 22 17:56:17 2008 +0200
@@ -590,7 +590,7 @@
      * Initialize the current path with the given string.
      */
     private IPath initialize(String deviceString, String path) {
-        Assert.isTrue(path.length > 0);
+        //Assert.isNotNull(path); // allow for DWT
         this.device = deviceString;
 
         path = collapseSlashes(path);