Adding some prerequisites for having tests passing. #558
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.
I had some difficulties getting all tests supposed to pass actually passing, due to some mismatch in my SQL server configuration with what some tests assume.
So to help other wannabe contributors having those tests passing, I would like to add a note on those sql configuration assumption.
Latin1_General_100_CI_AI_SC
...)text
andntext
to fail.I had difficulties having the DTC tests passing too. But that was a trouble of DTC sort of "not fully enabled". (I had to follow http://stackoverflow.com/a/30959127/1178314.) It will not fit well in those contributors guides I think. (And I keep having some DTC failures, but it looks related to some glitches in current NHibernate DTC implementation, as said there.)
I have not written a Jira for those changes.
Should I? Or should I add a Jira only for changes impacting the deliverable?