Intergrated test scripts with automake
[gnucomo.git] / test / t0008.expect
1 Content-type: text/html\r
2 X-Powered-By: PHP/4.3.4\r
3 \r
4
5 621a622,624
6
7
8
9 697c700
10 < 1     manual entry    4       A manual entry of a notification        t       t       1       \N      \N
11 ---
12 > 1     manual entry    4       A manual entry of a notification        t       \N      \N      \N      \N
13 701,702c704,705
14 < 2     parameter created       3       A new parameter was created     t       t       1       \N      \N
15 < 3     property modified       3       The STATIC property of a parameter was modified t       t       1       \N      \N
16 ---
17 > 2     parameter created       3       A new parameter was created     t       \N      \N      \N      \N
18 > 3     property modified       3       The STATIC property of a parameter was modified t       \N      \N      \N      \N
19 704c707
20 < 4     parameter removed       3       A parameter was removed t       t       1       \N      \N
21 ---
22 > 4     parameter removed       3       A parameter was removed t       \N      \N      \N      \N
23 707c710
24 < 5     service unknown 5       Service in log entry is unknown t       t       1       \N      \N
25 ---
26 > 5     service unknown 5       Service in log entry is unknown t       \N      \N      \N      \N
27 709,710c712,713
28 < 6     service not used        5       Service in log entry is not used        t       t       1       \N      \N
29 < 7     abuses exceeded 5       Abuse treshold exceeded from an IP address      t       t       1       \N      \N
30 ---
31 > 6     service not used        5       Service in log entry is not used        t       \N      \N      \N      \N
32 > 7     abuses exceeded 5       Abuse treshold exceeded from an IP address      t       \N      \N      \N      \N
33 768c771
34 < COPY log_adv_kernel_network (log_advid, logid, detailed_table, device_in, device_out, hw_address, source_ip, destination_ip, packet_length, tos_bit, prec_bit, ttl, header_id, source_port, destination_port, body_length, protocol, body_len, window, urgp, syn, "type", code, sequence_number, res, rst, df) FROM stdin;
35 ---
36 > COPY log_adv_kernel_network (log_advid, logid, detailed_table, device_in, device_out, source_ip, destination_ip, packet_length, tos_bit, prec_bit, ttl, header_id, source_port, destination_port, body_length, protocol, body_len, window, urgp, syn, "type", code, sequence_number, res, rst, df, hw_address) FROM stdin;
37 848a852
38 > CREATE RULE log_update AS ON UPDATE TO log DO INSTEAD NOTHING;
39 937,940c941,944
40 <     detailed_table text
41 <     device_in text,
42 <     device_out text,
43 <     df boolean
44 ---
45 >     detailed_table character varying(75)
46 >     device_in character varying(15),
47 >     device_out character varying(15),
48 >     df boolean,
49 1045c1049
50 <     hw_address text,
51 ---
52 >     hw_address text
53 1079a1084
54 > log_servicecheck      0
55 1161c1166
56 <     prec_bit text,
57 ---
58 >     prec_bit character varying(5),
59 1169c1174
60 <     protocol text,
61 ---
62 >     protocol character varying(5),
63 1182c1187
64 <     res text,
65 ---
66 >     res character varying(5),
67 1231c1236
68 < SELECT pg_catalog.setval('type_of_issue_type_of_issue_seq', 6, true);
69 ---
70 > SELECT pg_catalog.setval('type_of_issue_type_of_issue_seq', 7, true);
71 1291c1296
72 <     tos_bit text,
73 ---
74 >     tos_bit character varying(5),