We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd458fb commit ee7da76Copy full SHA for ee7da76
testing/vcs/CMakeLists.txt
@@ -385,9 +385,9 @@ cdat_add_test(test_vcs_geometry
385
"${PYTHON_EXECUTABLE}"
386
${cdat_SOURCE_DIR}/testing/vcs/test_vcs_geometry.py
387
)
388
-cdat_add_test(test_vcs_text_object
+cdat_add_test(test_vcs_export_text
389
390
- ${cdat_SOURCE_DIR}/testing/vcs/test_vcs_text_object.py
+ ${cdat_SOURCE_DIR}/testing/vcs/test_vcs_export_text.py
391
392
##############################################################################
393
#
testing/vcs/test_vcs_text_object.py testing/vcs/test_vcs_export_text.pytesting/vcs/test_vcs_text_object.py renamed to testing/vcs/test_vcs_export_text.py
0 commit comments