]> git.eshelyaron.com Git - emacs.git/commit
Move more test data to follow our conventions
authorStefan Kangas <stefan@marxist.se>
Fri, 23 Oct 2020 19:07:26 +0000 (21:07 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 23 Oct 2020 19:07:26 +0000 (21:07 +0200)
commit72c9d4bee112a7e44316b04f361cc4ad3b16cf76
tree63af7f4bcada7d621570b51bc1b384966dbb38c4
parent46f5d2867cf73a845d582eeb8929ae51b78eae55
Move more test data to follow our conventions

* test/data/minibuffer-test-cttq$tion: Move from here...
* test/lisp/minibuffer-resources/data/minibuffer-test-cttq$tion:
...to here.
* test/lisp/minibuffer-resources/lisp/cedet/semantic-utest-c.test:
* test/lisp/minibuffer-resources/lisp/cedet/semantic-utest.test:
New files.
* test/lisp/minibuffer-tests.el (ert, ert-x): Require.
(completion-table-test-quoting): Use ert-resource-directory.

* test/data/net/cert.pem:
* test/data/net/key.pem: Move frome here...
* test/lisp/net/network-stream-resources/cert.pem:
* test/lisp/net/network-stream-resources/key.pem: ...to here.
* test/lisp/net/network-stream-tests.el (ert, ert-x): Require.
(network-stream-tests--datadir): Remove variable.
(make-tls-server): Use ert-resource-file.

* test/data/vc/diff-mode/hello_emacs.c:
* test/data/vc/diff-mode/hello_emacs_1.c:
* test/data/vc/diff-mode/hello_world.c:
* test/data/vc/diff-mode/hello_world_1.c: Move from here...
* test/lisp/vc/diff-mode-resources/hello_emacs.c:
* test/lisp/vc/diff-mode-resources/hello_emacs_1.c:
* test/lisp/vc/diff-mode-resources/hello_world.c:
* test/lisp/vc/diff-mode-resources/hello_world_1.c: ...to here.
* test/lisp/vc/diff-mode-tests.el (ert, ert-x): Require.
(diff-mode-tests--datadir): Remove variable.
(diff-mode-test-font-lock-syntax-one-line)
(diff-mode-test-font-lock): Use ert-resource-directory.

* test/data/xdg/l10n.desktop:
* test/data/xdg/malformed.desktop:
* test/data/xdg/mimeapps.list:
* test/data/xdg/mimeinfo.cache:
* test/data/xdg/test.desktop: Move from here...
* test/lisp/xdg-resources/l10n.desktop:
* test/lisp/xdg-resources/malformed.desktop:
* test/lisp/xdg-resources/mimeapps.list:
* test/lisp/xdg-resources/mimeinfo.cache:
* test/lisp/xdg-resources/test.desktop: ...to here.
* test/lisp/xdg-tests.el (ert-x): Require.
(xdg-tests-data-dir): Remove variable.
(xdg-desktop-parsing, xdg-mime-associations): Use ert-resource-file.
32 files changed:
test/data/minibuffer-test-cttq$tion [deleted file]
test/data/net/cert.pem [deleted file]
test/data/net/key.pem [deleted file]
test/data/vc/diff-mode/hello_emacs.c [deleted file]
test/data/vc/diff-mode/hello_emacs_1.c [deleted file]
test/data/vc/diff-mode/hello_world.c [deleted file]
test/data/vc/diff-mode/hello_world_1.c [deleted file]
test/data/xdg/l10n.desktop [deleted file]
test/data/xdg/malformed.desktop [deleted file]
test/data/xdg/mimeapps.list [deleted file]
test/data/xdg/mimeinfo.cache [deleted file]
test/data/xdg/test.desktop [deleted file]
test/data/xdg/wrong.desktop [deleted file]
test/lisp/minibuffer-resources/data/minibuffer-test-cttq$tion [new file with mode: 0644]
test/lisp/minibuffer-resources/lisp/cedet/semantic-utest-c.test [new file with mode: 0644]
test/lisp/minibuffer-resources/lisp/cedet/semantic-utest.test [new file with mode: 0644]
test/lisp/minibuffer-tests.el
test/lisp/net/network-stream-resources/cert.pem [new file with mode: 0644]
test/lisp/net/network-stream-resources/key.pem [new file with mode: 0644]
test/lisp/net/network-stream-tests.el
test/lisp/vc/diff-mode-resources/hello_emacs.c [new file with mode: 0644]
test/lisp/vc/diff-mode-resources/hello_emacs_1.c [new file with mode: 0644]
test/lisp/vc/diff-mode-resources/hello_world.c [new file with mode: 0644]
test/lisp/vc/diff-mode-resources/hello_world_1.c [new file with mode: 0644]
test/lisp/vc/diff-mode-tests.el
test/lisp/xdg-resources/l10n.desktop [new file with mode: 0644]
test/lisp/xdg-resources/malformed.desktop [new file with mode: 0644]
test/lisp/xdg-resources/mimeapps.list [new file with mode: 0644]
test/lisp/xdg-resources/mimeinfo.cache [new file with mode: 0644]
test/lisp/xdg-resources/test.desktop [new file with mode: 0644]
test/lisp/xdg-resources/wrong.desktop [new file with mode: 0644]
test/lisp/xdg-tests.el