Skip to content
Snippets Groups Projects
Commit 1f13a73f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix test

parent 22807c5b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ add_test_setup_cleanup(${TARGET_NAME})
IF(WIN32)
add_integration_test(${TARGET_NAME} list_folders "test test\\subtest1test\\subtest1\\subtest2test\\subtest3test\\subtest3\\subtest4")
ELSE()
add_integration_test(${TARGET_NAME} list_folders "test test/subtest1test/subtest1/subtest2test")
add_integration_test(${TARGET_NAME} list_folders "test test/subtest1test/subtest1/subtest2")
ENDIF(WIN32)
......
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