Bugzilla – Attachment 80662 Details for
Bug 21580
Order creation for EDIFACT vendor fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a test for message buyer_ean method
0001-Bug-21580-Add-test-for-message-buyer_ean-method.patch (text/plain), 931 bytes, created by
Colin Campbell
on 2018-10-16 15:40:24 UTC
(
hide
)
Description:
Add a test for message buyer_ean method
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2018-10-16 15:40:24 UTC
Size:
931 bytes
patch
obsolete
>From 9fc3152a8f91ca7e8363f8d7678e43a58a0267f8 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 16 Oct 2018 16:21:49 +0100 >Subject: [PATCH 1/2] Bug 21580 Add test for message buyer_ean method > >--- > t/Edifact.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/Edifact.t b/t/Edifact.t >index cc205393ae..6dedeac3a2 100755 >--- a/t/Edifact.t >+++ b/t/Edifact.t >@@ -3,7 +3,7 @@ use strict; > use warnings; > use FindBin qw( $Bin ); > >-use Test::More tests => 34; >+use Test::More tests => 35; > > BEGIN { use_ok('Koha::Edifact') } > >@@ -40,6 +40,7 @@ is( $m->message_reference_number, > 'MQ09791', "Message reference number returned" ); > is( $m->docmsg_number, 'Q741588', "Message docmsg number returned" ); > is( $m->message_date, '20140430', "Message date returned" ); >+is( $m->buyer_ean, '5030670137480', 'buyer ean returned'); > > my $lin = $m->lineitems(); > >-- >2.17.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21580
:
80662
|
80663
|
93674
|
93675
|
93943
|
93944
|
93945