Author: lfryc(a)redhat.com
Date: 2010-09-01 10:06:56 -0400 (Wed, 01 Sep 2010)
New Revision: 19073
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java
Log:
made MatrixConfigurator$getCurrentRealMethod() protected to allow overriding
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java 2010-09-01
13:59:09 UTC (rev 19072)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java 2010-09-01
14:06:56 UTC (rev 19073)
@@ -103,7 +103,7 @@
|| m.isAfterSuiteConfiguration() || m.isAfterTestConfiguration();
}
- private Method getCurrentRealMethod() {
+ protected Method getCurrentRealMethod() {
return ((Queue<Method>) methods).poll();
}
Show replies by date