From ea53b9893c67a4efe28af7e0e35327666966488c Mon Sep 17 00:00:00 2001 From: "nissim.hadar" Date: Sun, 26 Nov 2017 00:00:19 -0800 Subject: [PATCH] Minor edit. --- tools/auto-tester/src/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/auto-tester/src/common.h b/tools/auto-tester/src/common.h index 7e32c41052..113bda9a1b 100644 --- a/tools/auto-tester/src/common.h +++ b/tools/auto-tester/src/common.h @@ -16,9 +16,9 @@ class TestFailure { public: TestFailure(float error, QString pathname, QString expectedImageFilename, QString actualImageFilename) { _error = error; - _pathname = pathname; - _expectedImageFilename = expectedImageFilename; - _actualImageFilename = actualImageFilename; + _pathname = pathname; + _expectedImageFilename = expectedImageFilename; + _actualImageFilename = actualImageFilename; } double _error;