Revision: 1350 http://stripes.svn.sourceforge.net/stripes/?rev=1350&view=rev Author: bengunter Date: 2010-11-13 16:59:05 +0000 (Sat, 13 Nov 2010)
Log Message: ----------- Added groups="fast" to @Test annotations for STS-777 unit tests. Modified Paths: -------------- branches/1.5.x/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java Modified: branches/1.5.x/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java =================================================================== --- branches/1.5.x/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java 2010-11-13 16:57:11 UTC (rev 1349) +++ branches/1.5.x/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java 2010-11-13 16:59:05 UTC (rev 1350) @@ -45,17 +45,17 @@ private final static Integer REF_ID = 2; - @Test + @Test(groups = "fast") public void testUsingBeanClass() throws Exception { executeTest(new MockRoundtrip(getServletContext(), getClass())); } - @Test + @Test(groups = "fast") public void testUsingUrlWithEventSpecified() throws Exception { executeTest(new MockRoundtrip(getServletContext(), "/foo/" + REF_ID + "/bar")); } - @Test + @Test(groups = "fast") public void testUsingUrlWithoutEventSpecified() throws Exception { executeTest(new MockRoundtrip(getServletContext(), "/foo/" + REF_ID)); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Stripes-development mailing list Stripes-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-development