gtest-gbar icon indicating copy to clipboard operation
gtest-gbar copied to clipboard

If there is no test in exe, gtest-gbar raises 'System.DivideByZeroException'

Open bc-lee opened this issue 9 years ago • 0 comments

What steps will reproduce the problem?

  1. Create a google test exe with no test case. (source : https://gist.github.com/bc-lee/1ae17cec82d36e3e5d64 )
  2. run with gtest-gbar

What is the expected output? What do you see instead? Expected: 0 tests run. Actual: A messagebox with 'System.DivideByZeroException' at 'Guitar.GuitarForm.goBtn_Click(Object sender, EventArgs e)'.

What version of the product are you using? On what operating system? ede4a31301b on Win7

bc-lee avatar Jun 30 '15 12:06 bc-lee