Bugzilla – Attachment 6710 Details for
Bug 7235
Adding invoice number and vendor name to the moredetail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed small conflict error
0001-Added-coverage-to-unit-test-for-TTParser.patch (text/plain), 957 bytes, created by
Duncan
on 2011-12-12 00:32:34 UTC
(
hide
)
Description:
Fixed small conflict error
Filename:
MIME Type:
Creator:
Duncan
Created:
2011-12-12 00:32:34 UTC
Size:
957 bytes
patch
obsolete
>From 7328a1d841bf0f87fa2e358d6fd7a659d54b45c4 Mon Sep 17 00:00:00 2001 >From: Duncan Tyler <duncan@duncan-SoT.wgtn.cat-it.co.nz> >Date: Fri, 9 Dec 2011 11:29:53 +1300 >Subject: [PATCH] Added coverage to unit test for TTParser > >--- > xt/tt_valid.t | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/xt/tt_valid.t b/xt/tt_valid.t >index ae2e2e5..97725ee 100755 >--- a/xt/tt_valid.t >+++ b/xt/tt_valid.t >@@ -19,7 +19,7 @@ > > use warnings; > use strict; >-use Test::More tests => 1; >+use Test::More tests => 2; > use File::Find; > use Cwd; > use C4::TTParser; >@@ -56,6 +56,10 @@ ok( !@files_with_directive_in_tag, "TT syntax: not using TT directive within HTM > } @files_with_directive_in_tag ) > ); > >+my $testtoken = 0; >+C4::TTParser::unshift_token($testtoken); >+my $testtokenagain = C4::TTParser::next_token(); >+is( $testtoken, $testtokenagain, "Token received same as original put on stack"); > > > =head1 NAME >-- >1.7.5.4 >
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 7235
:
6315
|
6710
|
6711
|
6880
|
7766
|
7767
|
7794
|
7795
|
8258
|
8271
|
8290