From 58bb1d4c39140e9bcec0b96c5b01f71dafe06d10 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 9 Feb 2010 14:15:20 +0100 Subject: updated how_to_test --- doc/HOW_TO_TEST | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/HOW_TO_TEST b/doc/HOW_TO_TEST index 8e63c362..05641b1d 100644 --- a/doc/HOW_TO_TEST +++ b/doc/HOW_TO_TEST @@ -18,7 +18,9 @@ II. Crash detection == 2. Advanced crash detection == a) crash some app that comes from unsigned package - abrt should ignore it - b) disable the gpg chcek and try repeat step a) - abrt shouldn't ignore it + b) disable the gpg check and try repeat step a) - abrt shouldn't ignore it + +- try to add some crash-time action and test if it works III. Reporting ============= @@ -33,3 +35,7 @@ III. Reporting c) try to report every supported crash abrt detects C/C++, oops, python script d) try to report some crash with bad backtrace - this should fail e) repeat this with cli + +- test reporting with all reporters plugins like: ticketuploader, filetransport, etc.. + repeating the step 'a' to 'e' + -- cgit