summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/qa/zip/testimpl/testzipimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/zip/testimpl/testzipimpl.cxx b/shell/qa/zip/testimpl/testzipimpl.cxx
index 241c4d50d00a..9aaa9db92d6b 100644
--- a/shell/qa/zip/testimpl/testzipimpl.cxx
+++ b/shell/qa/zip/testimpl/testzipimpl.cxx
@@ -54,7 +54,7 @@ bool TestZipImpl::test_directory()
ZipFile::DirectoryPtr_t contents = zipFile.GetDirectory();
vector<string> &stringVector = *contents.get();
sort(stringVector.begin(), stringVector.end());
- return expectedContents == expectedContents;
+ return expectedContents == stringVector;
}
bool TestZipImpl::test_hasContentCaseInSensitive()