Author: lfryc(a)redhat.com
Date: 2010-07-10 17:01:29 -0400 (Sat, 10 Jul 2010)
New Revision: 17889
Modified:
root/tests/metamer/trunk/ftest/test-source/src/main/java/org/richfaces/tests/testapp/richExtendedDataTable/ScrollerTestCase.java
Log:
added group annotation to ScrollerTestCase methods
Modified:
root/tests/metamer/trunk/ftest/test-source/src/main/java/org/richfaces/tests/testapp/richExtendedDataTable/ScrollerTestCase.java
===================================================================
---
root/tests/metamer/trunk/ftest/test-source/src/main/java/org/richfaces/tests/testapp/richExtendedDataTable/ScrollerTestCase.java 2010-07-10
21:00:53 UTC (rev 17888)
+++
root/tests/metamer/trunk/ftest/test-source/src/main/java/org/richfaces/tests/testapp/richExtendedDataTable/ScrollerTestCase.java 2010-07-10
21:01:29 UTC (rev 17889)
@@ -54,7 +54,7 @@
final static int TOTAL_ROW_COUNT = 50;
- @Test(dataProvider = "templates")
+ @Test(dataProvider = "templates", groups = "client-side-perf")
public void testInternalDataScrollerRowCount(String templates) {
testRowCount(dataScroller2);
}
Show replies by date