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