Use canonical file paths for filenames in model (#275)
This commit is contained in:
@@ -498,7 +498,7 @@ void TestXmlLabel::parser_3ReadFile()
|
||||
Model* model = XmlLabelParser::readFile( glabelsFileInfo.absoluteFilePath() );
|
||||
QVERIFY( model );
|
||||
|
||||
QCOMPARE( model->fileName(), glabelsFileInfo.filePath() );
|
||||
QCOMPARE( model->fileName(), glabelsFileInfo.canonicalFilePath() );
|
||||
|
||||
QCOMPARE( model->tmplate().brand(), QString( "Avery" ) );
|
||||
QCOMPARE( model->tmplate().part(), QString( "5395" ) );
|
||||
|
||||
Reference in New Issue
Block a user