-
-
There's an issue here with manually building the filenames the way that you are, in that it's using the fallback of
g_get_user_*_dir
so if we were to ever set theXDG_
environment variables to something else, all of the tests would start failing and we'd have to update them.Therefore, instead of using
g_get_home_dir
we should be using theg_get_user_*_dir
functions instead.
added basic tests for path based functions
Review Request #1197 — Created Dec. 23, 2021 and submitted
added basic tests for path based functions
Summary | ID | Author |
---|---|---|
ab8468bfb4ce0a34ddbe696e27771858b0cd3ebc | ivanhoe | |
77b67141ad1de7160ded98c8e75f241ce99f7788 | ivanhoe |
Description | From | Last Updated |
---|---|---|
There's an issue here with manually building the filenames the way that you are, in that it's using the fallback … |
grim |
- Change Summary:
-
replaced g_get_home_dir with g_get_user_*_dir functions and removed test_purplepath_user_dir because purple_user_dir is deprecated
- Commits:
-
Summary ID Author 949a1082ec6a84dca0d366c09616076d0999adda ivanhoe ab8468bfb4ce0a34ddbe696e27771858b0cd3ebc ivanhoe 77b67141ad1de7160ded98c8e75f241ce99f7788 ivanhoe