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

Minor changes to TestPDETemplates #56

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Conversation

akurtakov
Copy link
Member

  • Stop using assertThat(message, variable equalTo(constant). It's just
    complicated way to write assertEquals(message, constant, variable) which
    even calls out to yet another library.
  • Remove needless throws declaration.

Seen while investigating #55

Change-Id: If4b7a6937a9ec9acac88e435c21c52f7e7e6f1d8

* Stop using assertThat(message, variable equalTo(constant). It's just
complicated way to write assertEquals(message, constant, variable) which
even calls out to yet another library.
* Remove needless throws declaration.

Seen while investigating eclipse-pde#55

Change-Id: If4b7a6937a9ec9acac88e435c21c52f7e7e6f1d8
@akurtakov
Copy link
Member Author

Same test failure as in the open issue so pushing this one as first step towards a fix.

@akurtakov akurtakov merged commit 9990ef8 into eclipse-pde:master Apr 29, 2022
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.

1 participant