Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-07-19 14:02:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-19 14:02:14 +0400
commitf7d6749e2f611dda7cb5926b64d889e79604c380 (patch)
tree34494a0727fea4c560098557f9e535cae6c08a8b /tests/gtests/blenlib/BLI_path_util_test.cc
parent8ad607bbe0b82ec55233117a99b560cc19660693 (diff)
Cleanup: test naming
Diffstat (limited to 'tests/gtests/blenlib/BLI_path_util_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_path_util_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gtests/blenlib/BLI_path_util_test.cc b/tests/gtests/blenlib/BLI_path_util_test.cc
index e3a3699e5c1..ea761bcf32e 100644
--- a/tests/gtests/blenlib/BLI_path_util_test.cc
+++ b/tests/gtests/blenlib/BLI_path_util_test.cc
@@ -46,7 +46,7 @@ char *zLhm65070058860608_br_find_exe(const char *default_exe)
/* tests */
/* BLI_cleanup_path */
-TEST(pathutils, PathUtilClean)
+TEST(path_util, PathUtilClean)
{
/* "/./" -> "/" */
{
@@ -102,7 +102,7 @@ TEST(pathutils, PathUtilClean)
}
/* BLI_path_frame */
-TEST(pathutils, PathUtilFrame)
+TEST(path_util, PathUtilFrame)
{
bool ret;
@@ -165,7 +165,7 @@ TEST(pathutils, PathUtilFrame)
}
/* BLI_split_dirfile */
-TEST(pathutils, PathUtilSplitDirfile)
+TEST(path_util, PathUtilSplitDirfile)
{
{
const char *path = "";