Skip to content

Getting the test cases to run.#1

Merged
foo4u merged 1 commit into
foo4u:masterfrom
odrotbohm:master
Aug 21, 2012
Merged

Getting the test cases to run.#1
foo4u merged 1 commit into
foo4u:masterfrom
odrotbohm:master

Conversation

@odrotbohm

Copy link
Copy Markdown
Contributor

Please use the up-to-date SpringSource Maven repositories, the maven.springframework.org ones are outdated. Beyond that the libs-* ones are collective ones, which means libs-snapshot contains releases and milestones as well. See https://github.com/SpringSource/spring-framework/wiki/SpringSource-repository-FAQ for details.

Put Spring config into the classpath to be able to refer to it in the test cases without custom build tweaks.

Actually compare the size of the collection not the collection itself. Empty the collection right before the test run instead of after as someone might have added documents in the meantime or a crashing unit test can have left the collection in stale state.

Please use the up-to-date SpringSource Maven repositories, the maven.springframework.org ones are outdated. Beyond that the libs-* ones are collective ones, which means libs-snapshot contains releases and milestones as well. See https://github.com/SpringSource/spring-framework/wiki/SpringSource-repository-FAQ for details.

Put Spring config into the classpath to be able to refer to it in the test cases without custom build tweaks.

Actually compare the size of the collection not the collection itself. Empty the collection right before the test run instead of after as someone might have added documents in the meantime or a crashing unit test can have left the collection in stale state.
@foo4u foo4u merged commit 80ba7ff into foo4u:master Aug 21, 2012
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