Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't rely on loading order for duplicate modules | Stef Walter | 2012-07-26 | 1 | -0/+3 |
| | | | | | | | | * 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 | ||||
* | Use correct shared library extension on windows | Stef Walter | 2012-07-26 | 3 | -0/+11 |
* The windows shared libraries have the .dll extension * This means we also need separate directories for the test module configs on win32 https://bugzilla.gnome.org/show_bug.cgi?id=44740 |