Skip to content

Commit

Permalink
Update the clm build-namelist unit test to remove warning.
Browse files Browse the repository at this point in the history
Update the number of tests in template_test_XXX : startup to remove a
warning from the test system.

Fixes: Part of #19

User interface changes?: no

Code review: self

Test suite: test_build_namelist.pl - pass
Test baseline: n/a
Test namelist changes: n/a
Test answer changes: n/a
Test summary: n/a
  • Loading branch information
bandre-ucar committed Feb 25, 2016
1 parent 7268027 commit 3d6f43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use parent qw(Test::Class);
# Common test fixture for all tests:
#
#-------------------------------------------------------------------------------
sub startup : Test(startup => 3) {
sub startup : Test(startup => 4) {
my $self = shift;
# provide common fixture for all tests, only created once at the
# start of the tests.
Expand Down

0 comments on commit 3d6f43d

Please sign in to comment.