diff --git a/test/run.sh b/test/run.sh index ded972c6f4a11f0fdbfcd1817ecdca813cedd125..b8b732b2cbb7f07092a3c4ea71dfcd9b5b7820b2 100755 --- a/test/run.sh +++ b/test/run.sh @@ -26,7 +26,7 @@ fi pushd $TEST_PATH git config --local user.email 'tester@vimagit.org' git config --local user.name 'vimagit tester' -export TEST_HEAD_SHA1='origin/vimagit_test-1.4' +export TEST_HEAD_SHA1='origin/vimagit_test-1.4.1' git submodule update git show $TEST_HEAD_SHA1 --stat git reset $TEST_HEAD_SHA1~1 && git status --porcelain && git reset --hard $TEST_HEAD_SHA1 diff --git a/test/test.config b/test/test.config index e1376821a90654cb75c91fca55aaca5cb6b9392f..3b5b21a7878adb11dbd4f7f3122e57cec8d7018d 100644 --- a/test/test.config +++ b/test/test.config @@ -1,6 +1,6 @@ declare -a test_paths=(./ ./books/templates/) declare -A test_scripts=( - [addFile.vader]='bootstrap;books/models.py;bootstrap.lnk;empty_file;bootstrap\ with\ spaces;bootstrap\ with\ spaces.lnk;empty_file\ with\ spaces' + [addFile.vader]='bootstrap;books/models.py;bootstrap.lnk;empty_file;bootstrap\ with\ spaces;bootstrap\ with\ spaces.lnk;empty_file\ with\ spaces;nanopdf.png;modnano.png' [addHunk.vader]='bootstrap;books/models.py' [addSelect.vader]='books/models.py' [renameFile.vader]='manage.py|manage\ with\ spaces.py;djooks/settings\ with\ spaces.py|djooks/settings_without_spaces.py'