BasePageTestCase.java

Diff Revision Date Message Lines Author Branch
3222 26 Apr 09

Archetypes now contain all source from web modules. No more maven-warpath-plugin needed.

deleted Matt Raible trunk
3105 02 May 08

APF-1048: Fixed missing calls to super methods

+2 Matt Raible trunk
3068 27 Nov 07

APF-962: Changed SMTP Port in Tests to be random to avoid port conflicts

+8 -1 Matt Raible trunk
3011 20 Sep 07

APF-905: Use AUTOWIRE_BY_NAME to avoid clashes with beans that implement the same interface

+1 Matt Raible trunk
2952 15 Sep 07

APF-884: Performance optimizations including optimizing DBCP configuration, turning on lazy initialization of Spring beans by default and reducing usage of classpath*:

+3 -3 Matt Raible trunk
2866 29 Aug 07

APF-484: Upgraded to MyFaces 1.2.0 (JSF 1.2) and changed testing to use Shale's Test framework. There is a known issue with the 404 page on Jetty 6.1.5 (http://issues.appfuse.org/browse/APF-856).

+159 -67 Matt Raible trunk
2560 07 Mar 07

APF-682: Removed User object from Base*TestCase classes

+2 -8 Matt Raible trunk
2518 27 Feb 07

APF-656: Added reference to classpath*:/applicationContext.xml for Base*TestCases and web.xml so modular archetype work properly.

+1 Matt Raible trunk
2390 24 Jan 07

Improvements after doing steps 1-4 of JSF tutorial

+6 -5 Matt Raible trunk
2308 11 Jan 07

Removed WEB-INF/applicationContext-resources.xml as its a duplicate of src/main/resouces/applicationContext-resources.xml in web/common/src/main/resources. Changed web.xml and test cases to match. Also added provided dependencies to archetypes so web-tier junit tests are possible.

+2 -2 Matt Raible trunk
2215 30 Dec 06

Testing improvements: load applicationContext*.xml instead of applicationContext-resources.xml and use AbstractTransactionalDataSourceSpringContextTests where possible (everywhere but JSF)

+4 -3 Matt Raible trunk
2048 18 Nov 06

APF-478: Made test base classes available to dependent projects

+97 Matt Raible trunk
1833 11 Sep 06

Collapsed JAR and WAR projects into same thanks to Mike Horwitz's "warpath" plugin

+1 -1 Matt Raible trunk
1802 31 Aug 06

Changed applicationContext-hibernate.xml and applicationContext-ibatis.xml to applicationContext-dao.xml and made DAO framework switchable - just pass in -Ddao.framework=ibatis to test iBATIS, default is hibernate

+1 -1 Matt Raible trunk
1771 29 Aug 06

Restructuring for Maven 2

+97 Matt Raible trunk