diff --git a/v2/test/example_qt4.py b/v2/test/example_qt4.py index c82a5d872..37e364157 100644 --- a/v2/test/example_qt4.py +++ b/v2/test/example_qt4.py @@ -13,14 +13,14 @@ t = Tester() t.set_tree("../example/qt/qt4/hello") t.run_build_system() -t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/arrow"]) +t.expect_addition(["bin/$toolset/debug/threading-multi/arrow"]) t.set_tree("../example/qt/qt4/moccable-cpp") t.run_build_system() -t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/main"]) +t.expect_addition(["bin/$toolset/debug/threading-multi/main"]) t.set_tree("../example/qt/qt4/uic") t.run_build_system() -t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/hello"]) +t.expect_addition(["bin/$toolset/debug/threading-multi/hello"]) t.cleanup()