Revision: 1351
http://stripes.svn.sourceforge.net/stripes/?rev=1351&view=rev
Author: bengunter
Date: 2010-11-13 17:00:14 +0000 (Sat, 13 Nov 2010)
Log Message:
-----------
Added groups=fast to @Test annotations for STS-777 unit tests.
Modified Paths:
--------------
trunk/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java
Modified: trunk/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java
===================================================================
--- trunk/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java
2010-11-13 16:59:05 UTC (rev 1350)
+++ trunk/tests/src/net/sourceforge/stripes/mock/TestMockRoundtrip2.java
2010-11-13 17:00:14 UTC (rev 1351)
@@ -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
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development