summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
commit68078d7ea7bfe19320404b98cbdfc8f4585d6824 (patch)
tree9e9dac99ede73ddd8263c238f19ebbb311a9a546 /test
parent01159ff5896f9ac2410832c1516bbbd5ff57ae0d (diff)
downloadnetsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.gz
netsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.bz2
Fix up for cookies_old rename.
Diffstat (limited to 'test')
-rw-r--r--test/llcache.c6
-rw-r--r--test/urldbtest.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/test/llcache.c b/test/llcache.c
index de823047c..b3eb0d25a 100644
--- a/test/llcache.c
+++ b/test/llcache.c
@@ -105,11 +105,11 @@ char *url_to_path(const char *url)
* Things that are absolutely not reasonable, and should disappear *
******************************************************************************/
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/gui.h"
#include "desktop/tree.h"
-/* desktop/cookies.h -- used by urldb
+/* desktop/cookies_old.h -- used by urldb
*
* URLdb should have a cookies update event + handler registration
*/
@@ -118,7 +118,7 @@ bool cookies_schedule_update(const struct cookie_data *data)
return true;
}
-/* desktop/cookies.h -- used by urldb
+/* desktop/cookies_old.h -- used by urldb
*
* URLdb should have a cookies removal handler registration
*/
diff --git a/test/urldbtest.c b/test/urldbtest.c
index bc9d899a1..7c72ed7d1 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -32,7 +32,7 @@
#include "image/bitmap.h"
#include "content/content.h"
#include "content/urldb.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "utils/nsoption.h"
#ifdef riscos
/** \todo lose this */