From 582522602830574a385a53f204e10e8b77c49bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20B=C3=A9k=C3=A9si?= <janos.bekesi@univie.ac.at> Date: Fri, 10 May 2019 13:55:41 +0200 Subject: [PATCH] some new stuff, after a long time --- .gitignore | 2 ++ .gitignore~ | 0 README.md | 0 bin/ChangeLog | 0 bin/LICENSE.BSD | 0 bin/selenium-server-standalone-3.1.0.jar | Bin bin/selenium-server-standalone-3.6.0.jar | Bin test-nw/nightwatch.json | 0 test-nw/tests/phaidra_rasta.js | 0 test-nw/tests/rembrandtGoogle.js.no | 0 10 files changed, 2 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitignore~ mode change 100644 => 100755 README.md mode change 100644 => 100755 bin/ChangeLog mode change 100644 => 100755 bin/LICENSE.BSD mode change 100644 => 100755 bin/selenium-server-standalone-3.1.0.jar mode change 100644 => 100755 bin/selenium-server-standalone-3.6.0.jar mode change 100644 => 100755 test-nw/nightwatch.json mode change 100644 => 100755 test-nw/tests/phaidra_rasta.js mode change 100644 => 100755 test-nw/tests/rembrandtGoogle.js.no diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index c716b90..7e48a07 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ node_modules/ bin/chromedriver bin/phantomjs test-nw/reports +# this is a git-repo itself (historic sequence) +test-ez5/ *~ # Byte-compiled / optimized / DLL files diff --git a/.gitignore~ b/.gitignore~ old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/bin/ChangeLog b/bin/ChangeLog old mode 100644 new mode 100755 diff --git a/bin/LICENSE.BSD b/bin/LICENSE.BSD old mode 100644 new mode 100755 diff --git a/bin/selenium-server-standalone-3.1.0.jar b/bin/selenium-server-standalone-3.1.0.jar old mode 100644 new mode 100755 diff --git a/bin/selenium-server-standalone-3.6.0.jar b/bin/selenium-server-standalone-3.6.0.jar old mode 100644 new mode 100755 diff --git a/test-nw/nightwatch.json b/test-nw/nightwatch.json old mode 100644 new mode 100755 diff --git a/test-nw/tests/phaidra_rasta.js b/test-nw/tests/phaidra_rasta.js old mode 100644 new mode 100755 diff --git a/test-nw/tests/rembrandtGoogle.js.no b/test-nw/tests/rembrandtGoogle.js.no old mode 100644 new mode 100755 -- GitLab