Re: [hibernate-dev] Link to test case templates

2015-11-04 Thread Hardy Ferentschik
Hi, > This ties in with an uneasiness that has been growing on me tbh... We have > too many places users have to look for potential information. The > website, the JBoss wiki, the GitHub wiki, README.mds, CONTRIBUTING.mds. > It's hard to keep straight :) That has always been my concern. > Ide

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Mihalcea Vlad
Thanks guys for taking this into consideration. I've seen those negative tweets lately, regarding the JIRA issues and maybe helping people provide more focused unit-tests is for the best.We could integrate those easily into Hibernate main test suite and we can address them more rapidly too. I ne

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Sanne Grinovero
We should add a page on hibernate.org describing the idea, and from there point to github. On 30 October 2015 at 07:49, Steve Ebersole wrote: > But that was not the purpose of the content at the old link. Yes the > templates are nice but that's not the whole picture of what makes a good > test

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Steve Ebersole
But that was not the purpose of the content at the old link. Yes the templates are nice but that's not the whole picture of what makes a good test case On Fri, Oct 30, 2015, 9:41 AM Gunnar Morling wrote: > 2015-10-30 15:16 GMT+01:00 Steve Ebersole : > > It looks like that may just be an inval

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Gunnar Morling
2015-10-30 15:16 GMT+01:00 Steve Ebersole : > It looks like that may just be an invalid URL. Yes, the link should point to https://github.com/hibernate/hibernate-test-case-templates instead. There are the test case templates and also a description of their usage. > It looks like the content > t

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Steve Ebersole
It looks like that may just be an invalid URL. It looks like the content that was at that URL was not migrated over in the website migration. This ties in with an uneasiness that has been growing on me tbh... We have too many places users have to look for potential information. The website, th

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Steve Ebersole
But for some reason it directs me back to JIra. Even just clicking that link in the email does. I wonder if someone set up a bad redirect on the hibernate.org website for that? On Fri, Oct 30, 2015 at 8:52 AM Steve Ebersole wrote: > The link target is http://www.hibernate.org/issuetracker.html

Re: [hibernate-dev] Link to test case templates

2015-10-30 Thread Steve Ebersole
The link target is http://www.hibernate.org/issuetracker.html#testcases. That's not the "JIRA main page". On Fri, Oct 30, 2015 at 8:44 AM Gunnar Morling wrote: > Hi, > > When creating a new HHH issue, there is a link "...should generally be > accompanied by a test case" but it directs to the JI

[hibernate-dev] Link to test case templates

2015-10-30 Thread Gunnar Morling
Hi, When creating a new HHH issue, there is a link "...should generally be accompanied by a test case" but it directs to the JIRA main page. Can we let it point to the test case template repo instead: https://github.com/hibernate/hibernate-test-case-templates Thanks, --Gunnar _