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

Improving tests #9

Merged
merged 1 commit into from
Dec 7, 2013
Merged

Improving tests #9

merged 1 commit into from
Dec 7, 2013

Conversation

Gluttton
Copy link
Contributor

@Gluttton Gluttton commented Dec 7, 2013

Improving tests (adding test cases, formatting source code, enhance output).

@saebyn
Copy link
Owner

saebyn commented Dec 7, 2013

Thanks for this! I'm looking into some test failures that I caused right now.

@saebyn saebyn merged commit e6eaf62 into saebyn:master Dec 7, 2013
@Gluttton Gluttton deleted the test_issues_003_pull_request branch December 7, 2013 20:37
Gluttton added a commit to Gluttton/munkres-cpp that referenced this pull request May 10, 2021
Use a special `const_iterator` type for constant `iterator`. This
change is necessary to avoid iterator conversion errors for
matrices derived from base types that provide `const_iterator` type.

This change is necessary for building tests with GTest v1.10.0.

Test: check building,
      $ mkdir build
      $ cd build
      $ cmake -DMUNKRESCPP_DEVEL_MODE=ON ..
      $ make full
Issue: saebyn#9.
Signed-off-by: Gluttton <[email protected]>
Gluttton added a commit to Gluttton/munkres-cpp that referenced this pull request May 10, 2021
Test: check building of tests,
      $ mkdir build
      $ cd build
      $ cmake -DMUNKRESCPP_DEVEL_MODE=ON ..
      $ make tests
Issue: saebyn#9.
Signed-off-by: Gluttton <[email protected]>
Gluttton added a commit to Gluttton/munkres-cpp that referenced this pull request May 10, 2021
Use a special `const_iterator` type for constant `iterator`. This
change is necessary to avoid iterator conversion errors for
matrices derived from base types that provide `const_iterator` type.

This change is necessary for building tests with GTest v1.10.0.

Test: check building,
      $ mkdir build
      $ cd build
      $ cmake -DMUNKRESCPP_DEVEL_MODE=ON ..
      $ make full
Issue: saebyn#9.
Signed-off-by: Gluttton <[email protected]>
Gluttton added a commit to Gluttton/munkres-cpp that referenced this pull request May 10, 2021
Test: check building of tests,
      $ mkdir build
      $ cd build
      $ cmake -DMUNKRESCPP_DEVEL_MODE=ON ..
      $ make tests
Issue: saebyn#9.
Signed-off-by: Gluttton <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants