[Bps-public-commit] Config-GitLike branch, master, updated. db7d1e66ca2fe29f9e4b7d7e2622bbd129684bd3
spang at bestpractical.com
spang at bestpractical.com
Wed Jun 3 15:28:00 EDT 2009
The branch, master has been updated
via db7d1e66ca2fe29f9e4b7d7e2622bbd129684bd3 (commit)
from cbcda5c26969ee695b904b8aecacc4ff4c232070 (commit)
Summary of changes:
t/t1300-repo-config.t | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit db7d1e66ca2fe29f9e4b7d7e2622bbd129684bd3
Author: Christine Spang <spang at mit.edu>
Date: Wed Jun 3 22:27:51 2009 +0300
small comment tweaks in test suite
diff --git a/t/t1300-repo-config.t b/t/t1300-repo-config.t
index 6f03c7a..2f11d95 100644
--- a/t/t1300-repo-config.t
+++ b/t/t1300-repo-config.t
@@ -208,6 +208,7 @@ EOF
is(slurp($config_filename), $expect, 'really mean test');
+# note: this is a bug!
TODO: {
local $TODO = "cannot handle replacing value after section w/o newline yet";
@@ -366,6 +367,7 @@ EOF
$config->load;
is($config->dump, $expect, 'working dump');
+# TODO perhaps regexps could just be supported by the get interface
TODO: {
local $TODO = 'get_regexp is not implemented';
@@ -410,7 +412,6 @@ lives_and { is($config->get( key => 'emptyvalue.variable', filter => qr/^$/ ),
TODO: {
local $TODO = "get_regexp is not implemented";
- # TODO perhaps regexps could just be supported by the get interface
lives_and { is($config->get_regexp( qr/novalue/ ), '') }
'get_regexp variable with no value';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list