diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
commit | ab92c2a5cd5427bf8a33d06afdb64b88d2d640ed (patch) | |
tree | fc82f068ad7bf8e141b6148f2ff191eab56e1f5a /protocols/Twitter/oauth/tests/commontest.h | |
parent | 441daff7dfc4cd80075cfbec3345192aab4353b5 (diff) |
Twitter updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/tests/commontest.h')
-rw-r--r-- | protocols/Twitter/oauth/tests/commontest.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Twitter/oauth/tests/commontest.h b/protocols/Twitter/oauth/tests/commontest.h new file mode 100644 index 0000000000..d90d381569 --- /dev/null +++ b/protocols/Twitter/oauth/tests/commontest.h @@ -0,0 +1,7 @@ +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); |