From 542cb48951b7c4c21ca3669d07bf936b0fa58b42 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Jul 2012 08:08:04 +0200 Subject: Don't rely on loading order for duplicate modules * We had relied on module 'two' loading before 'two-duplicate' in the conf tests. However this isn't always the case, and the name of the module can end up as 'two-duplicate' https://bugzilla.gnome.org/show_bug.cgi?id=44740 --- tests/files/system-modules/win32/four.module | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/files/system-modules/win32/four.module (limited to 'tests/files/system-modules/win32') diff --git a/tests/files/system-modules/win32/four.module b/tests/files/system-modules/win32/four.module new file mode 100644 index 0000000..7fd1540 --- /dev/null +++ b/tests/files/system-modules/win32/four.module @@ -0,0 +1,3 @@ + +module: mock-four.dll +disable-in: test-disable, test-other -- cgit v1.1