mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-1955 make public stuff used by another test now
This commit is contained in:
@ -88,7 +88,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public class GenerateReportActionTest extends BaseTest
|
public class GenerateReportActionTest extends BaseTest
|
||||||
{
|
{
|
||||||
private static final String REPORT_NAME = "personReport1";
|
public static final String REPORT_NAME = "personReport1";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -651,7 +651,7 @@ public class GenerateReportActionTest extends BaseTest
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
private static QReportMetaData defineTableOnlyReport()
|
public static QReportMetaData defineTableOnlyReport()
|
||||||
{
|
{
|
||||||
QReportMetaData report = new QReportMetaData()
|
QReportMetaData report = new QReportMetaData()
|
||||||
.withName(REPORT_NAME)
|
.withName(REPORT_NAME)
|
||||||
|
Reference in New Issue
Block a user