summaryrefslogtreecommitdiffstats
path: root/Tests/BundleTest/BundleLib.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-07 18:34:33 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-07 18:35:31 (GMT)
commitd25dbc9059b9058b69a1b1380aa55df0e634d520 (patch)
treef02da3389f160ea90ba5332f174d39a696eeb400 /Tests/BundleTest/BundleLib.cxx
parent6abdc6c16acec3cb6601cc0bdeba4dec30857a02 (diff)
downloadCMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.zip
CMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.tar.gz
CMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.tar.bz2
Tests/BundleTest: Drop use of ChangeLog.txt
The test just wants a source file from outside its tree. Use README.rst instead.
Diffstat (limited to 'Tests/BundleTest/BundleLib.cxx')
-rw-r--r--Tests/BundleTest/BundleLib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/BundleTest/BundleLib.cxx b/Tests/BundleTest/BundleLib.cxx
index b68ee25..37bc178 100644
--- a/Tests/BundleTest/BundleLib.cxx
+++ b/Tests/BundleTest/BundleLib.cxx
@@ -58,7 +58,7 @@ int foo(char *exec)
int res1 = findBundleFile(exec, "Resources/randomResourceFile.plist");
int res2 = findBundleFile(exec, "MacOS/SomeRandomFile.txt");
- int res3 = findBundleFile(exec, "MacOS/ChangeLog.txt");
+ int res3 = findBundleFile(exec, "MacOS/README.rst");
if ( !res1 ||
!res2 ||
!res3 )