I'm doing tutorial http://appfuse.org/display/APF/Using+Hibernate and when i compile and try to mvn test -Dtest=PersonDaoTest i got from console EROR -----
There are no test to run I've read about two files in diff' folders hibernate.cfg.xml but in two cases: adding in both appropriate mappings or deleting that one from test/resources gives me the same result. (no tests) Classes for testing were compiled (I've done mvn clean before ). It's really annoying, in everyone else's case it was done by correcting hibernate.cfg.xml . I have some bad feelings that it might be wrong because im doing not right use with maven. When i've write classes from tutorial i type: 1. mvn clean 2. mvn 3.Changing hibernate.cfg.xml 4. mvn test -Dtest=PersonDaoTest 5 ... There are no test to run (error) What am i doing wrong ?. I really will be gladful for help . -- View this message in context: http://www.nabble.com/Hibernate-%2B-JSF-Basic-test-problem-tp22759420s2369p22759420.html Sent from the AppFuse - User mailing list archive at Nabble.com.