Skip to content
Snippets Groups Projects
Commit 7ec18a52 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

cli: remove not needed xml parse params

parent 5a1ef61a
No related branches found
No related tags found
1 merge request!221New normalization
......@@ -342,7 +342,7 @@ TEST_CASE ( "Cli", "[unit][cli]" ) {
 
testLine ( "execute $set >lo\\cal/yyy.xml", environment );
 
testLine ( "execute < :set @int \"local/yyy.xml\" > $set2", environment );
testLine ( "execute < \"local/yyy.xml\" > $set2", environment );
CHECK ( ext::to_string ( environment.getVariable ( "set2" )->getActualType ( ) ) == "ext::set<int>" );
 
testLine ( "execute $set2 | Print -", environment );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment