changeset 20184:0f2cbcb14a21

scripts/miscellaneous/private/__w2mpth__.m: comment out tests (bug #44581)
author Philip Nienhuis <prnienhuis@users.sf.net>
date Sat, 21 Mar 2015 12:12:22 +0100
parents 72ccbd36e23c
children f902855f870a
files scripts/miscellaneous/private/__w2mpth__.m
diffstat 1 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/private/__w2mpth__.m
+++ b/scripts/miscellaneous/private/__w2mpth__.m
@@ -59,13 +59,14 @@
 
 
 ## Use single quote strings for winpaths to cope with backslashes.
-%!test
-%! if (ispc)
-%!   assert (__w2mpth__ ('file.fil'), 'file.fil');
-%!   assert (__w2mpth__ ('\file.fil'), '/file.fil');
-%!   assert (__w2mpth__ ('G:\file.fil'), '/G/file.fil');
-%!   assert (__w2mpth__ ('r:\subdir\file.fil'), '/r/subdir/file.fil');
-%!   assert (__w2mpth__ ('relative\path\to\file.dat'),
-%!                       'relative/path/to/file.dat')
-%! endif
+## These tests are commented out until a better place is found (bug #44581)
+##%!test
+##%! if (ispc)
+##%!   assert (__w2mpth__ ('file.fil'), 'file.fil');
+##%!   assert (__w2mpth__ ('\file.fil'), '/file.fil');
+##%!   assert (__w2mpth__ ('G:\file.fil'), '/G/file.fil');
+##%!   assert (__w2mpth__ ('r:\subdir\file.fil'), '/r/subdir/file.fil');
+##%!   assert (__w2mpth__ ('relative\path\to\file.dat'),
+##%!                       'relative/path/to/file.dat')
+##%! endif