summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2015-01-19 00:33:05 -0800
committerGarrett Regier <garrettregier@gmail.com>2015-02-14 12:23:40 -0800
commitd2bed913817ef7bd9e018b3f63a36369aac74b9f (patch)
tree847af268760ad9ec412758f38c9d9bbc71c0b279 /tests
parent2be61ccc64ed40c4bca3208de43d4c13d5c5e36d (diff)
downloadlibpeas-d2bed913817ef7bd9e018b3f63a36369aac74b9f.tar.gz
Use Lua to implement the plugin loader's logic
This allows us to avoid using Lua's C API and have a more understandable implementation. https://bugzilla.gnome.org/show_bug.cgi?id=742410
Diffstat (limited to 'tests')
-rw-r--r--tests/libpeas/extension-lua.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libpeas/extension-lua.c b/tests/libpeas/extension-lua.c
index 3d42556..6f01ee1 100644
--- a/tests/libpeas/extension-lua.c
+++ b/tests/libpeas/extension-lua.c
@@ -153,10 +153,8 @@ test_extension_lua_nonexistent (PeasEngine *engine)
{
PeasPluginInfo *info;
- testing_util_push_log_hook ("Error failed to load Lua module "
- "'extension-lua51-nonexistent'*");
testing_util_push_log_hook ("Error loading plugin "
- "'extension-lua51-nonexistent'");
+ "'extension-lua51-nonexistent'*");
info = peas_engine_get_plugin_info (engine, "extension-lua51-nonexistent");