Skip to content

Commit

Permalink
remove things that sould be in subtest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickanderson committed Nov 11, 2021
1 parent 8b6e748 commit 93afbca
Showing 1 changed file with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,13 @@ body common control

#######################################################

bundle agent init
{
files:

"$(G.testfile).actual"
copy_from => local_cp("$(this.promise_filename).start");


"$(G.testfile).expected"
copy_from => local_cp("$(this.promise_filename).finish");

}

#######################################################

bundle agent test
{
meta:
"description" -> { "CFE-3866" }
string => "Test that set_variable_values_ini does not error when promised key is not present";

vars:
"config[section 1][present_at_start]" string => "1";
"config[section 1][absent_at_start]" string => "1";
"config[section 2][present_at_start]" string => "two";
"sections" slist => getindices( config );

files:

"$(G.testfile).actual"
edit_line => set_variable_values_ini("test.config", "$(sections)");

}

#######################################################
Expand Down

0 comments on commit 93afbca

Please sign in to comment.