summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 16:28:06 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 16:28:20 -0700
commit98fb732d2989ba2176d4aa719d8081642e23c984 (patch)
tree9487530cb00d7b20cc8caae46ccbff8434f5230b /tests
parent2be335ce18c183529be19728e3d71f5cf2aa7739 (diff)
downloadlibpeas-98fb732d2989ba2176d4aa719d8081642e23c984.tar.gz
tests: use @PY_LOADERS@ for string replacement
Diffstat (limited to 'tests')
-rw-r--r--tests/libpeas/plugins/extension-python/extension-py.gschema.xml.in2
-rw-r--r--tests/libpeas/plugins/extension-python/extension-py.plugin.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/libpeas/plugins/extension-python/extension-py.gschema.xml.in b/tests/libpeas/plugins/extension-python/extension-py.gschema.xml.in
index c0f7bc8..f252e4c 100644
--- a/tests/libpeas/plugins/extension-python/extension-py.gschema.xml.in
+++ b/tests/libpeas/plugins/extension-python/extension-py.gschema.xml.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="extension-PY_LOADER" path="/org/gnome/libpeas/tests/extension-PY_LOADER/">
+ <schema id="extension-@PY_LOADER@" path="/org/gnome/libpeas/tests/extension-@PY_LOADER@/">
<key name="a-setting" type="s">
<default>'Blah'</default>
<summary>Just a setting.</summary>
diff --git a/tests/libpeas/plugins/extension-python/extension-py.plugin.in b/tests/libpeas/plugins/extension-python/extension-py.plugin.in
index 8378f7b..5258594 100644
--- a/tests/libpeas/plugins/extension-python/extension-py.plugin.in
+++ b/tests/libpeas/plugins/extension-python/extension-py.plugin.in
@@ -1,7 +1,7 @@
[Plugin]
-Module=extension-PY_LOADER
-Loader=PY_LOADER
-Name=Extension PY_LOADER
-Description=This plugin is for the PY_LOADER PeasExtension tests.
+Module=extension-@PY_LOADER@
+Loader=@PY_LOADER@
+Name=Extension @PY_LOADER@
+Description=This plugin is for the @PY_LOADER@ PeasExtension tests.
Authors=Garrett Regier
Copyright=Copyright © 2010 Garrett Regier