mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +02:00
Fix the tests.
Due to the restructure directory layout, header files weren't found anymore. CConfigEntry was moved out of CConfig which had to be reflected in ConfigTest.
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "ZNCString.h"
|
||||
#include "ZNCDebug.h"
|
||||
#include "znc/ZNCString.h"
|
||||
#include "znc/ZNCDebug.h"
|
||||
|
||||
static int testEqual(const CString& a, const CString& b, const CString& what)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user