diff --git a/bazaar/GoogleMockExample/GoogleMockExample.upp b/bazaar/GoogleMockExample/GoogleMockExample.upp index 660f36279..0a2889de2 100644 --- a/bazaar/GoogleMockExample/GoogleMockExample.upp +++ b/bazaar/GoogleMockExample/GoogleMockExample.upp @@ -1,4 +1,4 @@ -description "Google mock in action\377"; +description "Google Mock in action\377"; uses plugin/gmock, diff --git a/bazaar/plugin/gtest/GTest.usc b/bazaar/plugin/gtest/GTest.usc index d14965321..2e089357f 100644 --- a/bazaar/plugin/gtest/GTest.usc +++ b/bazaar/plugin/gtest/GTest.usc @@ -26,6 +26,8 @@ fn FindInTest(line, type) { } macro "Google Test" : "Launch all tests" Ctrl+R { + ClearConsole(); + Execute(Target()); }