Skip to content

Commit e3daac4

Browse files
committedJan 5, 2018
Rename some test methods
1 parent a01d8da commit e3daac4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎tests/src/core/testqgslayoutlabel.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ class TestQgsLayoutLabel : public QObject
4646
// test simple expression evaluation
4747
void evaluation();
4848
// test expression evaluation when a feature is set
49-
void feature_evaluation();
50-
void feature_evaluation2();
49+
void featureEvaluationUsingAtlas();
50+
void featureEvaluationUsingContext();
5151
// test page expressions
52-
void page_evaluation();
52+
void pageEvaluation();
5353
void marginMethods(); //tests getting/setting margins
5454
void render();
5555
void renderAsHtml();
@@ -145,7 +145,7 @@ void TestQgsLayoutLabel::evaluation()
145145
}
146146
}
147147

148-
void TestQgsLayoutLabel::feature_evaluation()
148+
void TestQgsLayoutLabel::featureEvaluationUsingAtlas()
149149
{
150150
QgsPrintLayout l( QgsProject::instance() );
151151
l.initializeDefaults();
@@ -175,7 +175,7 @@ void TestQgsLayoutLabel::feature_evaluation()
175175
}
176176
}
177177

178-
void TestQgsLayoutLabel::feature_evaluation2()
178+
void TestQgsLayoutLabel::featureEvaluationUsingContext()
179179
{
180180
// just using context, no atlas
181181
QgsLayout l( QgsProject::instance() );
@@ -209,7 +209,7 @@ void TestQgsLayoutLabel::feature_evaluation2()
209209
}
210210
}
211211

212-
void TestQgsLayoutLabel::page_evaluation()
212+
void TestQgsLayoutLabel::pageEvaluation()
213213
{
214214
QgsLayout l( QgsProject::instance() );
215215
l.initializeDefaults();

0 commit comments

Comments
 (0)