eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
80 stars 33 forks source link

Fix tests for `dotnet test` #68

Closed mickaelistria closed 7 years ago

mickaelistria commented 7 years ago

The label of the running process was changed in a previous commit and tests weren't updated accordingly

Signed-off-by: Mickael Istria mistria@redhat.com

LucasBullen commented 7 years ago

Looks good and passes tests

mickaelistria commented 7 years ago

Thanks for merging. However, please avoid using GitHub's merge button as it creates a new merge commit which makes the history less readable. To merge code, it's recommended that you pull the branch locally and push it to master. For example with CLI you can do git fetch repoName pull/68/head && git checkout FETCH_HEAD && git push repoName HEAD:master

LucasBullen commented 7 years ago

Sorry about that, forgot that is how the merge button works.