This repository was archived by the owner on Jun 17, 2020. It is now read-only.
add testcase, mod pom.xml refs #93#94
Merged
TKosch merged 1 commit intoCloudCycle2:masterfrom Dec 16, 2014
eiselems:93
Merged
Conversation
Contributor
|
Linking this PR to the issue #93 |
Contributor
There was a problem hiding this comment.
What has this file to do with the PR?
Member
Author
There was a problem hiding this comment.
Needed a method to validate the results inside the testcase, as == comparison isn't enough. Hibernate generates different objects for the same logical object (csar1!=csar2 even if csar1.id==csar2.id).
Contributor
|
Seems like this PR contains changes that are not related to the issue. Can you please review @eiselems |
Member
Author
|
I think you're right, i will remove this from the PR by rebasing it, i will at-mention you when it's done and i think it can be merged. Edit: @Nik101010 think it should be better now ;) |
*add newLine to end of pom.xml *add surefire plugin for testexecution *add first testcase in test package
TKosch
added a commit
that referenced
this pull request
Dec 16, 2014
add testcase, mod pom.xml fixes #93
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added equals methode to Csar for testCase usage
added surefire plugin for test execution