File: commontest.h

package info (click to toggle)
liboauth 0.9.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,284 kB
  • sloc: sh: 10,184; ansic: 2,287; makefile: 85
file content (7 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
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);