From f0362b23322ac64f52d5a6333a571deed1b8d00e Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 14 Aug 2017 17:45:49 +0200 Subject: [PATCH] Move csync/tests/ownCloud to test/scripts/txpl --- .../tests/ownCloud => test/scripts/txpl}/.gitignore | 0 {csync/tests/ownCloud => test/scripts/txpl}/README | 0 .../ownCloud => test/scripts/txpl}/exclude.cfg | 0 .../ownCloud => test/scripts/txpl}/ownCloud/Test.pm | 0 .../tests/ownCloud => test/scripts/txpl}/t1.cfg.in | 0 {csync/tests/ownCloud => test/scripts/txpl}/t1.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t2.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t3.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t4.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t5.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t6.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t7.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t8.pl | 0 {csync/tests/ownCloud => test/scripts/txpl}/t9.pl | 0 .../ownCloud => test/scripts/txpl}/t_recall.pl | 0 .../ownCloud => test/scripts/txpl}/testfiles.tar.xz | Bin .../scripts/txpl}/testfiles/church.jpg | Bin .../scripts/txpl}/testfiles/red_is_the_rose.jpg | Bin .../scripts/txpl}/testfiles/test.txt | 0 .../scripts/txpl}/testfiles/zerofile.txt | 0 .../scripts/txpl}/toremote1/My Document.doc | 0 .../scripts/txpl}/toremote1/kernelcrash.txt | 0 .../scripts/txpl}/toremote1/kraft_logo.gif | Bin .../scripts/txpl}/toremote1/rtl1/La ced | 0 .../scripts/txpl}/toremote1/rtl1/rtl11/file.txt | 0 .../scripts/txpl}/toremote1/rtl2/kb1.jpg | Bin .../scripts/txpl}/toremote1/rtl4/quitte.pdf | Bin .../txpl}/toremote1/rtl4/red_is_the_rose.jpg | Bin .../scripts/txpl}/toremote1/special_chars.tar.gz | Bin 29 files changed, 0 insertions(+), 0 deletions(-) rename {csync/tests/ownCloud => test/scripts/txpl}/.gitignore (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/README (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/exclude.cfg (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/ownCloud/Test.pm (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t1.cfg.in (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t1.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t2.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t3.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t4.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t5.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t6.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t7.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t8.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t9.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/t_recall.pl (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/testfiles.tar.xz (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/testfiles/church.jpg (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/testfiles/red_is_the_rose.jpg (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/testfiles/test.txt (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/testfiles/zerofile.txt (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/My Document.doc (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/kernelcrash.txt (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/kraft_logo.gif (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/rtl1/La ced (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/rtl1/rtl11/file.txt (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/rtl2/kb1.jpg (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/rtl4/quitte.pdf (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/rtl4/red_is_the_rose.jpg (100%) rename {csync/tests/ownCloud => test/scripts/txpl}/toremote1/special_chars.tar.gz (100%) diff --git a/csync/tests/ownCloud/.gitignore b/test/scripts/txpl/.gitignore similarity index 100% rename from csync/tests/ownCloud/.gitignore rename to test/scripts/txpl/.gitignore diff --git a/csync/tests/ownCloud/README b/test/scripts/txpl/README similarity index 100% rename from csync/tests/ownCloud/README rename to test/scripts/txpl/README diff --git a/csync/tests/ownCloud/exclude.cfg b/test/scripts/txpl/exclude.cfg similarity index 100% rename from csync/tests/ownCloud/exclude.cfg rename to test/scripts/txpl/exclude.cfg diff --git a/csync/tests/ownCloud/ownCloud/Test.pm b/test/scripts/txpl/ownCloud/Test.pm similarity index 100% rename from csync/tests/ownCloud/ownCloud/Test.pm rename to test/scripts/txpl/ownCloud/Test.pm diff --git a/csync/tests/ownCloud/t1.cfg.in b/test/scripts/txpl/t1.cfg.in similarity index 100% rename from csync/tests/ownCloud/t1.cfg.in rename to test/scripts/txpl/t1.cfg.in diff --git a/csync/tests/ownCloud/t1.pl b/test/scripts/txpl/t1.pl similarity index 100% rename from csync/tests/ownCloud/t1.pl rename to test/scripts/txpl/t1.pl diff --git a/csync/tests/ownCloud/t2.pl b/test/scripts/txpl/t2.pl similarity index 100% rename from csync/tests/ownCloud/t2.pl rename to test/scripts/txpl/t2.pl diff --git a/csync/tests/ownCloud/t3.pl b/test/scripts/txpl/t3.pl similarity index 100% rename from csync/tests/ownCloud/t3.pl rename to test/scripts/txpl/t3.pl diff --git a/csync/tests/ownCloud/t4.pl b/test/scripts/txpl/t4.pl similarity index 100% rename from csync/tests/ownCloud/t4.pl rename to test/scripts/txpl/t4.pl diff --git a/csync/tests/ownCloud/t5.pl b/test/scripts/txpl/t5.pl similarity index 100% rename from csync/tests/ownCloud/t5.pl rename to test/scripts/txpl/t5.pl diff --git a/csync/tests/ownCloud/t6.pl b/test/scripts/txpl/t6.pl similarity index 100% rename from csync/tests/ownCloud/t6.pl rename to test/scripts/txpl/t6.pl diff --git a/csync/tests/ownCloud/t7.pl b/test/scripts/txpl/t7.pl similarity index 100% rename from csync/tests/ownCloud/t7.pl rename to test/scripts/txpl/t7.pl diff --git a/csync/tests/ownCloud/t8.pl b/test/scripts/txpl/t8.pl similarity index 100% rename from csync/tests/ownCloud/t8.pl rename to test/scripts/txpl/t8.pl diff --git a/csync/tests/ownCloud/t9.pl b/test/scripts/txpl/t9.pl similarity index 100% rename from csync/tests/ownCloud/t9.pl rename to test/scripts/txpl/t9.pl diff --git a/csync/tests/ownCloud/t_recall.pl b/test/scripts/txpl/t_recall.pl similarity index 100% rename from csync/tests/ownCloud/t_recall.pl rename to test/scripts/txpl/t_recall.pl diff --git a/csync/tests/ownCloud/testfiles.tar.xz b/test/scripts/txpl/testfiles.tar.xz similarity index 100% rename from csync/tests/ownCloud/testfiles.tar.xz rename to test/scripts/txpl/testfiles.tar.xz diff --git a/csync/tests/ownCloud/testfiles/church.jpg b/test/scripts/txpl/testfiles/church.jpg similarity index 100% rename from csync/tests/ownCloud/testfiles/church.jpg rename to test/scripts/txpl/testfiles/church.jpg diff --git a/csync/tests/ownCloud/testfiles/red_is_the_rose.jpg b/test/scripts/txpl/testfiles/red_is_the_rose.jpg similarity index 100% rename from csync/tests/ownCloud/testfiles/red_is_the_rose.jpg rename to test/scripts/txpl/testfiles/red_is_the_rose.jpg diff --git a/csync/tests/ownCloud/testfiles/test.txt b/test/scripts/txpl/testfiles/test.txt similarity index 100% rename from csync/tests/ownCloud/testfiles/test.txt rename to test/scripts/txpl/testfiles/test.txt diff --git a/csync/tests/ownCloud/testfiles/zerofile.txt b/test/scripts/txpl/testfiles/zerofile.txt similarity index 100% rename from csync/tests/ownCloud/testfiles/zerofile.txt rename to test/scripts/txpl/testfiles/zerofile.txt diff --git a/csync/tests/ownCloud/toremote1/My Document.doc b/test/scripts/txpl/toremote1/My Document.doc similarity index 100% rename from csync/tests/ownCloud/toremote1/My Document.doc rename to test/scripts/txpl/toremote1/My Document.doc diff --git a/csync/tests/ownCloud/toremote1/kernelcrash.txt b/test/scripts/txpl/toremote1/kernelcrash.txt similarity index 100% rename from csync/tests/ownCloud/toremote1/kernelcrash.txt rename to test/scripts/txpl/toremote1/kernelcrash.txt diff --git a/csync/tests/ownCloud/toremote1/kraft_logo.gif b/test/scripts/txpl/toremote1/kraft_logo.gif similarity index 100% rename from csync/tests/ownCloud/toremote1/kraft_logo.gif rename to test/scripts/txpl/toremote1/kraft_logo.gif diff --git a/csync/tests/ownCloud/toremote1/rtl1/La ced b/test/scripts/txpl/toremote1/rtl1/La ced similarity index 100% rename from csync/tests/ownCloud/toremote1/rtl1/La ced rename to test/scripts/txpl/toremote1/rtl1/La ced diff --git a/csync/tests/ownCloud/toremote1/rtl1/rtl11/file.txt b/test/scripts/txpl/toremote1/rtl1/rtl11/file.txt similarity index 100% rename from csync/tests/ownCloud/toremote1/rtl1/rtl11/file.txt rename to test/scripts/txpl/toremote1/rtl1/rtl11/file.txt diff --git a/csync/tests/ownCloud/toremote1/rtl2/kb1.jpg b/test/scripts/txpl/toremote1/rtl2/kb1.jpg similarity index 100% rename from csync/tests/ownCloud/toremote1/rtl2/kb1.jpg rename to test/scripts/txpl/toremote1/rtl2/kb1.jpg diff --git a/csync/tests/ownCloud/toremote1/rtl4/quitte.pdf b/test/scripts/txpl/toremote1/rtl4/quitte.pdf similarity index 100% rename from csync/tests/ownCloud/toremote1/rtl4/quitte.pdf rename to test/scripts/txpl/toremote1/rtl4/quitte.pdf diff --git a/csync/tests/ownCloud/toremote1/rtl4/red_is_the_rose.jpg b/test/scripts/txpl/toremote1/rtl4/red_is_the_rose.jpg similarity index 100% rename from csync/tests/ownCloud/toremote1/rtl4/red_is_the_rose.jpg rename to test/scripts/txpl/toremote1/rtl4/red_is_the_rose.jpg diff --git a/csync/tests/ownCloud/toremote1/special_chars.tar.gz b/test/scripts/txpl/toremote1/special_chars.tar.gz similarity index 100% rename from csync/tests/ownCloud/toremote1/special_chars.tar.gz rename to test/scripts/txpl/toremote1/special_chars.tar.gz -- 2.30.2