josh8410 / omaha

Automatically exported from code.google.com/p/omaha
0 stars 0 forks source link

setup_files_unittest.cc fix for rebranded product #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When anybody does a rebranding of omaha, the unit test InstallHelper 
in file setup_files_unittest.cc might fail, because the test expects 
specific order of files returned by FindFiles(version_path, _T("*.*"), &files) 
invocation.

This patch fixes the issue.

See also:

  https://groups.google.com/group/omaha-dev/browse_thread/thread/d266ed52f2871069

Original issue reported on code.google.com by kobalicek.petr on 10 Sep 2012 at 5:36

Attachments: