summaryrefslogtreecommitdiff
path: root/protocols/Twitter/oauth/tests/commontest.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 21:39:16 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 21:39:16 +0000
commit3ca352edfef5f34993638df9b64bfa4eb7e7ed6d (patch)
treeb55e1540479b1ac6443b3b7bb5671d038a99c133 /protocols/Twitter/oauth/tests/commontest.h
parent57fa323f2a278b8290d9654da75b5cd488e1f3bc (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/tests/commontest.h')
-rw-r--r--protocols/Twitter/oauth/tests/commontest.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Twitter/oauth/tests/commontest.h b/protocols/Twitter/oauth/tests/commontest.h
deleted file mode 100644
index d90d381569..0000000000
--- a/protocols/Twitter/oauth/tests/commontest.h
+++ /dev/null
@@ -1,7 +0,0 @@
-int test_encoding(char *param, char *expected);
-#ifdef TEST_UNICODE
-int test_uniencoding(wchar_t *src, char *expected);
-#endif
-int test_normalize(char *param, char *expected);
-int test_request(char *http_method, char *request, char *expected);
-int test_sha1(char *c_secret, char *t_secret, char *base, char *expected);