summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-05-31 02:32:31 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-05-31 02:32:31 +0300
commit8b7c5c8a672db7a31eca9344af42ea5145b808fb (patch)
tree0e5408feb38ea37eb54f6d4dee500ceb0d47f605
parentba56bdaa381a958bdc52c6059ee56e71e362c0c5 (diff)
Remove debugging code from t/array_hash.t
-rwxr-xr-xt/array_hash.t6
1 files changed, 2 insertions, 4 deletions
diff --git a/t/array_hash.t b/t/array_hash.t
index 01f1e02..40b1291 100755
--- a/t/array_hash.t
+++ b/t/array_hash.t
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-
+# * Test assign_append, assign_addsection, save_file, reload.
+# * Use array or hash references as the data parameters to _append
use strict;
use Test;
-use Data::Dumper;
use lib '../lib';
@@ -28,13 +28,11 @@ $conf->assign_append(section=>"test-hash", point=>"foot",
var => "value",
});
-#$conf->assign_addsection(section=>"[unsection]");
$conf->assign_append(point=>"up",
data=> [
"a = b",
"var = value",
]);
-#$conf->assign_addsection(section=>"[unsection]");
$conf->assign_append(point=>"up",
data=> {
a1 => "b",