Skip to content

Commit b81858f

Browse files
committedNov 21, 2015
Rename marker line symbol test folder to match other symbol tests
1 parent 711c38d commit b81858f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎tests/src/core/testqgsmarkerlinesymbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ bool TestQgsMarkerLineSymbol::render( const QString& theTestType )
142142
mReport += "<h2>" + theTestType + "</h2>\n";
143143
mMapSettings->setOutputDpi( 96 );
144144
QgsRenderChecker checker;
145-
checker.setControlPathPrefix( "markerlinesymbol" );
145+
checker.setControlPathPrefix( "symbol_markerline" );
146146
checker.setControlName( "expected_" + theTestType );
147147
checker.setMapSettings( *mMapSettings );
148148
bool result = checker.runTest( theTestType );

0 commit comments

Comments
 (0)
Please sign in to comment.