From 7ec18a5209835166a5b1416125f8c48274c3b910 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Tr=C3=A1vn=C3=AD=C4=8Dek?= <jan.travnicek@fit.cvut.cz>
Date: Sun, 23 Jan 2022 23:24:53 +0100
Subject: [PATCH] cli: remove not needed xml parse params

---
 alib2cli/test-src/cli/CliTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alib2cli/test-src/cli/CliTest.cpp b/alib2cli/test-src/cli/CliTest.cpp
index 1ed62535ac..79741dccbd 100644
--- a/alib2cli/test-src/cli/CliTest.cpp
+++ b/alib2cli/test-src/cli/CliTest.cpp
@@ -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 );
-- 
GitLab