Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 5e23693

Browse files
committed
tests/src/editor: rename test data file.
Signed-off-by: Andrew Borodin <[email protected]>
1 parent e8f54ee commit 5e23693

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ tests/lib/widget/Makefile
719719
tests/src/Makefile
720720
tests/src/filemanager/Makefile
721721
tests/src/editor/Makefile
722-
tests/src/editor/test-data.txt
722+
tests/src/editor/edit_complete_word_cmd_test_data.txt
723723
tests/src/vfs/Makefile
724724
tests/src/vfs/extfs/Makefile
725725
tests/src/vfs/extfs/helpers-list/Makefile

tests/src/editor/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if ENABLE_MCLIB
1414
LIBS += $(GLIB_LIBS)
1515
endif
1616

17-
EXTRA_DIST = mc.charsets test-data.txt.in
17+
EXTRA_DIST = mc.charsets edit_complete_word_cmd_test_data.txt.in
1818

1919
TESTS = \
2020
edit_complete_word_cmd

tests/src/editor/edit_complete_word_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ my_setup (void)
172172
edit_options.filesize_threshold = (char *) "64M";
173173

174174
rect_init (&r, 0, 0, 24, 80);
175-
arg.file_vpath = vfs_path_from_str ("test-data.txt");
175+
arg.file_vpath = vfs_path_from_str ("edit_complete_word_cmd_test_data.txt");
176176
arg.line_number = 1;
177177
test_edit = edit_init (NULL, &r, &arg);
178178
memset (&owner, 0, sizeof (owner));

tests/src/editor/test-data.txt.in renamed to tests/src/editor/edit_complete_word_cmd_test_data.txt.in

File renamed without changes.

0 commit comments

Comments
 (0)