Closed GoogleCodeExporter closed 9 years ago
Forgot to attach the file ;)
Original comment by phil.kur...@gmail.com
on 30 Oct 2008 at 11:09
Attachments:
I just see that I forgot to adjust the WINCE code path.
There should be a
const char expected_text[] = "";
added afterline 13.
Also the name error_text should be changed to actual_text for consistency.
Original comment by phil.kur...@gmail.com
on 30 Oct 2008 at 11:11
Thanks for contributing, Phil!
Please take a look at the contributor's guide:
http://code.google.com/p/googletest/wiki/GoogleTestDevGuide
In particular, note that:
- we use http://codereview.appspot.com/ for reviewing patches, and
- you need to sign a CLA in order for us to be able to accept your patch.
We should discuss this on the mailing list first. I'll start a thread there.
Thanks.
Original comment by shiq...@gmail.com
on 31 Oct 2008 at 6:30
Closed as won't fix, as this macro doesn't add much value (there are
alternative ways
to achieve the same effect without introducing a macro).
Original comment by shiq...@gmail.com
on 5 Nov 2008 at 9:12
Sure there are alternative ways, like EXPECT_EQUAL() but it will not nicely
convert
the unreadable COM HRESULT into plain text. I am using the new macros in my
tests,
and maybe someone else finds them useful, even when they are not part of the
standard
googletest distribution.
Original comment by phil.kur...@gmail.com
on 6 Nov 2008 at 9:42
Original issue reported on code.google.com by
phil.kur...@gmail.com
on 30 Oct 2008 at 11:09