From f3d7c26de1f575a14017a161ad1fdd2b93385e03 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 26 Sep 2009 18:36:04 +0000 Subject: removed qexc; non-compatible ABI change git-svn-id: svn+q:///qpdf/trunk@709 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libtests/qtest/buffer/buffer.out | 2 +- libtests/qtest/qexc.test | 28 ---------------------------- libtests/qtest/qexc/test0.out | 2 -- libtests/qtest/qexc/test1.out | 1 - libtests/qtest/qexc/test2.out | 2 -- libtests/qtest/qutil/qutil.out | 10 +++++----- 6 files changed, 6 insertions(+), 39 deletions(-) delete mode 100644 libtests/qtest/qexc.test delete mode 100644 libtests/qtest/qexc/test0.out delete mode 100644 libtests/qtest/qexc/test1.out delete mode 100644 libtests/qtest/qexc/test2.out (limited to 'libtests/qtest') diff --git a/libtests/qtest/buffer/buffer.out b/libtests/qtest/buffer/buffer.out index 9ee2b545..787a38ed 100644 --- a/libtests/qtest/buffer/buffer.out +++ b/libtests/qtest/buffer/buffer.out @@ -5,7 +5,7 @@ data: 1234567890abcdefghij count: 32 size: 11 data: qwertyuiop -INTERNAL ERROR: Pl_Buffer::getBuffer() called when not ready +Pl_Buffer::getBuffer() called when not ready size: 9 data: mooquack done diff --git a/libtests/qtest/qexc.test b/libtests/qtest/qexc.test deleted file mode 100644 index 350ceba8..00000000 --- a/libtests/qtest/qexc.test +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env perl - -require 5.008; -BEGIN { $^W = 1; } -use strict; - -chdir("qexc") or die "chdir qexc failed: $!\n"; - -require TestDriver; - -my $td = new TestDriver('qexc'); - -my @tests = - (['general exception', 2], - ['internal error', 3], - ['system exception', 2], - ); - -for (my $i = 0; $i < scalar(@tests); ++$i) -{ - $td->runtest($tests[$i]->[0], - {$td->COMMAND => "qexc $i"}, - {$td->FILE => "test$i.out", - $td->EXIT_STATUS => $tests[$i]->[1]}, - $td->NORMALIZE_NEWLINES); -} - -$td->report(scalar(@tests)); diff --git a/libtests/qtest/qexc/test0.out b/libtests/qtest/qexc/test0.out deleted file mode 100644 index 7a6dba88..00000000 --- a/libtests/qtest/qexc/test0.out +++ /dev/null @@ -1,2 +0,0 @@ -exception: general exception -what: general exception diff --git a/libtests/qtest/qexc/test1.out b/libtests/qtest/qexc/test1.out deleted file mode 100644 index cb18f40c..00000000 --- a/libtests/qtest/qexc/test1.out +++ /dev/null @@ -1 +0,0 @@ -uncaught exception: INTERNAL ERROR: internal error diff --git a/libtests/qtest/qexc/test2.out b/libtests/qtest/qexc/test2.out deleted file mode 100644 index 0f1994f7..00000000 --- a/libtests/qtest/qexc/test2.out +++ /dev/null @@ -1,2 +0,0 @@ -exception: doing something: Invalid argument -what: doing something: Invalid argument diff --git a/libtests/qtest/qutil/qutil.out b/libtests/qtest/qutil/qutil.out index f7af8903..a48e6266 100644 --- a/libtests/qtest/qutil/qutil.out +++ b/libtests/qtest/qutil/qutil.out @@ -4,11 +4,11 @@ 3.141590 3.142 1000.123000 -exception 1: INTERNAL ERROR: Util::int_to_string has been called with a padding value greater than its internal limit -exception 2: INTERNAL ERROR: Util::int_to_string has been called with a padding value greater than its internal limit -exception 3: INTERNAL ERROR: Util::int_to_string has been called with a padding value greater than its internal limit -exception 4: INTERNAL ERROR: Util::double_to_string has been called with a number and a decimal places specification that would break an internal limit -exception 5: INTERNAL ERROR: Util::double_to_string has been called with a number and a decimal places specification that would break an internal limit +exception 1: Util::int_to_string has been called with a padding value greater than its internal limit +exception 2: Util::int_to_string has been called with a padding value greater than its internal limit +exception 3: Util::int_to_string has been called with a padding value greater than its internal limit +exception 4: Util::double_to_string has been called with a number and a decimal places specification that would break an internal limit +exception 5: Util::double_to_string has been called with a number and a decimal places specification that would break an internal limit one 7 compare okay -- cgit v1.2.3-54-g00ecf