[Bps-public-commit] r16568 - in sd/branches/sd-dispatcher: . t
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 28 12:54:28 EDT 2008
Author: sartak
Date: Tue Oct 28 12:54:27 2008
New Revision: 16568
Modified:
sd/branches/sd-dispatcher/ (props changed)
sd/branches/sd-dispatcher/lib/App/SD/Test.pm
sd/branches/sd-dispatcher/t/02-create-with-editor.t
Log:
r74673 at onn: sartak | 2008-10-28 12:54:22 -0400
Export create_ticket_with_editor_ok so we don't have to use it with a fully-qualified name
Modified: sd/branches/sd-dispatcher/lib/App/SD/Test.pm
==============================================================================
--- sd/branches/sd-dispatcher/lib/App/SD/Test.pm (original)
+++ sd/branches/sd-dispatcher/lib/App/SD/Test.pm Tue Oct 28 12:54:27 2008
@@ -8,7 +8,7 @@
use File::Spec;
use Cwd qw/getcwd/;
use base qw/Exporter/;
-our @EXPORT = qw(create_ticket_ok create_ticket_comment_ok get_uuid_for_luid get_luid_for_uuid);
+our @EXPORT = qw(create_ticket_ok create_ticket_with_editor_ok create_ticket_comment_ok get_uuid_for_luid get_luid_for_uuid);
$ENV{'EMAIL'} = "someone\@example.com";
$ENV{'PROPHET_APP_CONFIG'} = "t/prophet_testing.conf";
Modified: sd/branches/sd-dispatcher/t/02-create-with-editor.t
==============================================================================
--- sd/branches/sd-dispatcher/t/02-create-with-editor.t (original)
+++ sd/branches/sd-dispatcher/t/02-create-with-editor.t Tue Oct 28 12:54:27 2008
@@ -12,7 +12,7 @@
}
my $replica_uuid = replica_uuid;
-my ($ticket_id, $ticket_uuid, $comment_id, $comment_uuid) = App::SD::Test::create_ticket_with_editor_ok();
+my ($ticket_id, $ticket_uuid, $comment_id, $comment_uuid) = create_ticket_with_editor_ok();
run_output_matches( 'sd', [ 'ticket',
'list', '--regex', '.' ],
More information about the Bps-public-commit
mailing list