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

gmock_gen.py fails for methods returning a templated type #129

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

When mocking a class with such a method:

  virtual QList<int> get() = 0;

The result of gmock_gen.py is:

  MOCK_METHOD0(get, QList());

The template argument is missing.

Original issue reported on code.google.com by w...@google.com on 29 Sep 2010 at 5:14

@GoogleCodeExporter
Copy link
Author

Hi, i uploaded a patch to http://codereview.appspot.com/2311041. Keno

Original comment by pride.ha...@gmail.com on 29 Sep 2010 at 6:25

  • Added labels: ****
  • Removed labels: ****

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