Skip to content

Commit 0da5202

Browse files
author
Eugene Ponizovsky
committed
Uncommented unit tests, which was commented during tests
1 parent 44f9864 commit 0da5202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/02-processing.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use 5.008000;
22
use strict;
33
use warnings;
44

5-
use Test::More tests => 7;
5+
use Test::More tests => 9;
66
use Config::Processor;
77

88
my $CONFIG_PROCESSOR = Config::Processor->new(
@@ -18,8 +18,8 @@ t_merging_mixed($CONFIG_PROCESSOR);
1818
t_variable_interpolation_on($CONFIG_PROCESSOR);
1919
t_variable_interpolation_off();
2020

21-
#t_directive_processing_on($CONFIG_PROCESSOR);
22-
#t_directive_processing_off();
21+
t_directive_processing_on($CONFIG_PROCESSOR);
22+
t_directive_processing_off();
2323

2424
t_complete_processing($CONFIG_PROCESSOR);
2525

0 commit comments

Comments
 (0)