[svk-commit] r3037 - trunk/t
nobody at bestpractical.com
nobody at bestpractical.com
Thu Jul 31 20:38:36 EDT 2008
Author: alexmv
Date: Thu Jul 31 20:38:33 2008
New Revision: 3037
Modified:
trunk/t/80memory.t
Log:
* TODO a flaky memory test
Modified: trunk/t/80memory.t
==============================================================================
--- trunk/t/80memory.t (original)
+++ trunk/t/80memory.t Thu Jul 31 20:38:33 2008
@@ -47,6 +47,9 @@
our ($copath, $corpath) = get_copath ('memory');
+TODO: {
+local $TODO = "Fix more leaks";
+
no_leak('svk co', sub {
$svk->checkout ('//mem-src', $copath);
});
@@ -59,9 +62,6 @@
}
-TODO: {
-local $TODO = "Fix more leaks";
-
no_leak('svk add', sub {
$svk->add ("$copath/container");
});
More information about the svk-commit
mailing list