Configuration from current directory
[gnucomo.git] / test / t0008.expect
diff --git a/test/t0008.expect b/test/t0008.expect
deleted file mode 100644 (file)
index 8bf53e4..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-Content-type: text/html\r
-X-Powered-By: PHP/4.3.4\r
-\r
-
-621a622,624
-> 
-> 
-> 
-697c700
-< 1    manual entry    4       A manual entry of a notification        t       t       1       \N      \N
----
-> 1    manual entry    4       A manual entry of a notification        t       \N      \N      \N      \N
-701,702c704,705
-< 2    parameter created       3       A new parameter was created     t       t       1       \N      \N
-< 3    property modified       3       The STATIC property of a parameter was modified t       t       1       \N      \N
----
-> 2    parameter created       3       A new parameter was created     t       \N      \N      \N      \N
-> 3    property modified       3       The STATIC property of a parameter was modified t       \N      \N      \N      \N
-704c707
-< 4    parameter removed       3       A parameter was removed t       t       1       \N      \N
----
-> 4    parameter removed       3       A parameter was removed t       \N      \N      \N      \N
-707c710
-< 5    service unknown 5       Service in log entry is unknown t       t       1       \N      \N
----
-> 5    service unknown 5       Service in log entry is unknown t       \N      \N      \N      \N
-709,710c712,713
-< 6    service not used        5       Service in log entry is not used        t       t       1       \N      \N
-< 7    abuses exceeded 5       Abuse treshold exceeded from an IP address      t       t       1       \N      \N
----
-> 6    service not used        5       Service in log entry is not used        t       \N      \N      \N      \N
-> 7    abuses exceeded 5       Abuse treshold exceeded from an IP address      t       \N      \N      \N      \N
-768c771
-< 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;
----
-> 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;
-848a852
-> CREATE RULE log_update AS ON UPDATE TO log DO INSTEAD NOTHING;
-937,940c941,944
-<     detailed_table text
-<     device_in text,
-<     device_out text,
-<     df boolean
----
->     detailed_table character varying(75)
->     device_in character varying(15),
->     device_out character varying(15),
->     df boolean,
-1045c1049
-<     hw_address text,
----
->     hw_address text
-1079a1084
-> log_servicecheck     0
-1161c1166
-<     prec_bit text,
----
->     prec_bit character varying(5),
-1169c1174
-<     protocol text,
----
->     protocol character varying(5),
-1182c1187
-<     res text,
----
->     res character varying(5),
-1231c1236
-< SELECT pg_catalog.setval('type_of_issue_type_of_issue_seq', 6, true);
----
-> SELECT pg_catalog.setval('type_of_issue_type_of_issue_seq', 7, true);
-1291c1296
-<     tos_bit text,
----
->     tos_bit character varying(5),