File: test_phrases.c

package info (click to toggle)
suck 4.3.2-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 1,133
  • sloc: ansic: 12,143; perl: 539; makefile: 400; sh: 363; java: 144
file content (18 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const char *default_test_phrases[] = {
	"Need date time args (YYMMDD HHMMSS)\n",		/* 0 */
	"Invalid date time args %v1% %v2%\n",
	"No Error Log name provided\n",
	"testhost: Status Log",
	"No port number provided\n",
	"No Userid Specified\n",	/* 5 */
	"No Password Specified\n",
	"Invalid argument:%v1%\n",
	"Error talking to host %v1%\n",
	"Weird Response to Authorization: %v1%\n",
	"Authorization Denied\n",	/* 10 */
	"No Phrases file provided\n",
	"No Status Log name provided\n",
	"No timeout value provided\n",
};

int nr_test_phrases = sizeof(default_test_phrases)/sizeof(default_test_phrases[0]);