Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opening a new file while in repeat-test mode is weird #18

Open
janwilmans opened this issue Dec 15, 2016 · 0 comments
Open

opening a new file while in repeat-test mode is weird #18

janwilmans opened this issue Dec 15, 2016 · 0 comments

Comments

@janwilmans
Copy link

scenario:

  • open a test
  • set 'repeat' on
  • press 'play'

now it is running.

  • file->open-> some other test

what happens:

  • the log window is cleared
  • the testing of the previous test that was still repeating continues

and now I get:


Boost Test Runner

Did you forget to #include <gtest/gtest-gui.h>?

OK Help

because that is exactly what I forgot :)

The point here is, it might be clearer to stop the testing before trying to open a new test, because if you open a new test, you probably did not intent to keep running the current test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant