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

HRESULT tests fail on non-english windows #34

Closed
GoogleCodeExporter opened this issue Jul 24, 2015 · 1 comment
Closed

HRESULT tests fail on non-english windows #34

GoogleCodeExporter opened this issue Jul 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

On Fri, Sep 12, 2008 at 3:12 PM, balazs.dan <Balazs.Dan@gmail.com> wrote:
>
> Hello guys,
>
> I've run gtest_unittest on a Hungarian Windows and these tests failed:
> EXPECT_HRESULT_SUCCEEDED
> ASSERT_HRESULT_SUCCEEDED
> EXPECT_HRESULT_FAILED
> ASSERT_HRESULT_FAILED
> The reason is gtest_unittest tests error messages also and these
> messages are localized on windows.
>
> I'm not sure it is a real issue or not, but better to know this
> thing..

Thanks for the report!  I believe this only indicates that the tests
aren't portable, and the assertions themselves should be sound.  The
tests for the error messages aren't really critical,and it would be
too much hassle to localize them, so I think we'll just disable these
tests.

Original issue reported on code.google.com by shiq...@gmail.com on 12 Sep 2008 at 10:30

@GoogleCodeExporter
Copy link
Author

Fixed in trunk.  Will be in 1.1.0.

Original comment by shiq...@gmail.com on 17 Sep 2008 at 6:54

  • Changed state: Fixed

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

No branches or pull requests

1 participant