summaryrefslogtreecommitdiff
path: root/t/01conf15.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01conf15.t')
-rw-r--r--t/01conf15.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01conf15.t b/t/01conf15.t
index 8593ff4..da60203 100644
--- a/t/01conf15.t
+++ b/t/01conf15.t
@@ -7,7 +7,7 @@ use TestConfig;
plan(tests => 2);
my $t = new TestConfig(
- parameters => {
+ lexicon => {
load => {
section => {
'*' => {
@@ -26,7 +26,7 @@ my $t = new TestConfig(
ok($t->errors,1);
my $t = new TestConfig(
- parameters => {
+ lexicon => {
load => 1
},
config => [

Return to:

Send suggestions and report system problems to the System administrator.