Skip to content
Snippets Groups Projects
Commit e12d6610 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

test/: add new tests with new and modified binary files

parent d7c85b1c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
pushd $TEST_PATH pushd $TEST_PATH
git config --local user.email 'tester@vimagit.org' git config --local user.email 'tester@vimagit.org'
git config --local user.name 'vimagit tester' 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 submodule update
git show $TEST_HEAD_SHA1 --stat git show $TEST_HEAD_SHA1 --stat
git reset $TEST_HEAD_SHA1~1 && git status --porcelain && git reset --hard $TEST_HEAD_SHA1 git reset $TEST_HEAD_SHA1~1 && git status --porcelain && git reset --hard $TEST_HEAD_SHA1
......
declare -a test_paths=(./ ./books/templates/) declare -a test_paths=(./ ./books/templates/)
declare -A test_scripts=( 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' [addHunk.vader]='bootstrap;books/models.py'
[addSelect.vader]='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' [renameFile.vader]='manage.py|manage\ with\ spaces.py;djooks/settings\ with\ spaces.py|djooks/settings_without_spaces.py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment