Skip to content

Commit

Permalink
Revert "Test for returning Failure objects from PL/Perl6"
Browse files Browse the repository at this point in the history
This reverts commit 767e473.
There is a failure branch tracking this now. Let's hope it isn't
aptly named.
  • Loading branch information
leto committed Sep 10, 2010
1 parent 767e473 commit 8896891
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions t/sql/plperl6.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ CREATE OR REPLACE FUNCTION test_mu() RETURNS void LANGUAGE plperl6 AS $$
{ Mu }
$$;

CREATE OR REPLACE FUNCTION test_return_failure() RETURNS void LANGUAGE plperl6 AS $$
{ Failure }
$$;

CREATE OR REPLACE FUNCTION test_int_plperl6() RETURNS int LANGUAGE plperl6 AS $$
() { 42 }
$$;
Expand Down Expand Up @@ -200,8 +196,6 @@ select is(test_global_grammar(''), 0, 'empty string should not parse in the glob

SELECT language_is_trusted( 'plperl6', 'PL/Perl6 should be trusted' );

select is(test_return_failure()::text,'', 'Return Failure from PL/Perl6');

-- Finish the tests and clean up.
SELECT * FROM finish();

Expand Down

0 comments on commit 8896891

Please sign in to comment.