Skip to content

Commit

Permalink
Rename marker line symbol test folder to match other symbol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 21, 2015
1 parent 711c38d commit b81858f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsmarkerlinesymbol.cpp
Expand Up @@ -142,7 +142,7 @@ bool TestQgsMarkerLineSymbol::render( const QString& theTestType )
mReport += "<h2>" + theTestType + "</h2>\n";
mMapSettings->setOutputDpi( 96 );
QgsRenderChecker checker;
checker.setControlPathPrefix( "markerlinesymbol" );
checker.setControlPathPrefix( "symbol_markerline" );
checker.setControlName( "expected_" + theTestType );
checker.setMapSettings( *mMapSettings );
bool result = checker.runTest( theTestType );
Expand Down

0 comments on commit b81858f

Please sign in to comment.