Bugzilla – Attachment 50524 Details for
Bug 12787
Unit test files should be better organized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12787 [QA Followup] - Retain change to Reports_Guided.t
Bug-12787-QA-Followup---Retain-change-to-ReportsGu.patch (text/plain), 1.12 KB, created by
Kyle M Hall (khall)
on 2016-04-21 14:47:15 UTC
(
hide
)
Description:
Bug 12787 [QA Followup] - Retain change to Reports_Guided.t
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-21 14:47:15 UTC
Size:
1.12 KB
patch
obsolete
>From 1b2bd0703aa01eaee794d8c8e01dee627dd6064f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Apr 2016 22:30:57 +0000 >Subject: [PATCH] Bug 12787 [QA Followup] - Retain change to Reports_Guided.t > >Adds change from Bug 16224: Fix t/db_dependent/Reports_Guided.t >(08017f89f150394b6224fafb64fe8d12fc146ff1) to Reports/Guided.t > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Reports/Guided.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/Reports/Guided.t b/t/db_dependent/Reports/Guided.t >index 0e39710..c11d6c9 100644 >--- a/t/db_dependent/Reports/Guided.t >+++ b/t/db_dependent/Reports/Guided.t >@@ -209,8 +209,7 @@ subtest 'get_saved_reports' => sub { > is( scalar @{ get_saved_reports() }, > $count, "$count reports have been added" ); > >- is( scalar @{ get_saved_reports( $report_ids[0] ) }, >- 1, "filter takes report id" ); >+ ok( 0 < scalar @{ get_saved_reports( $report_ids[0] ) }, "filter takes report id" ); > > #Test delete_report > is (delete_report(),undef, "Without id delete_report returns undef"); >-- >2.1.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 12787
:
50027
|
50033
|
50034
|
50521
|
50522
|
50523
| 50524