Skip to content

Commit

Permalink
Added check of dataSourceUri to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed Apr 30, 2013
1 parent ff92f4d commit 2a23652
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 95 deletions.
2 changes: 1 addition & 1 deletion src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
Expand Up @@ -548,7 +548,7 @@ void QgsDelimitedTextProvider::reportErrors( QStringList messages )
QgsMessageLog::logMessage( tr( "Errors in file %1" ).arg( mFile->fileName() ), tag );
foreach ( QString message, messages )
{
QgsMessageLog::logMessage( message );
QgsMessageLog::logMessage( message, tag );
}
if ( ! mInvalidLines.isEmpty() )
{
Expand Down

0 comments on commit 2a23652

Please sign in to comment.