Bugzilla – Attachment 169553 Details for
Bug 37448
Add script to allow developers to quickly generate large amounts of data for development and testing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37448: (QA follow-up) Tidy script
Bug-37448-QA-follow-up-Tidy-script.patch (text/plain), 1.26 KB, created by
Kyle M Hall (khall)
on 2024-07-25 10:59:06 UTC
(
hide
)
Description:
Bug 37448: (QA follow-up) Tidy script
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-25 10:59:06 UTC
Size:
1.26 KB
patch
obsolete
>From fa6704f31049ea21339cdcd47c6aba55cbe10010 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 25 Jul 2024 06:58:28 -0400 >Subject: [PATCH] Bug 37448: (QA follow-up) Tidy script > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/devel/create_test_data.pl | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/misc/devel/create_test_data.pl b/misc/devel/create_test_data.pl >index 17202acceda..be972ec886e 100755 >--- a/misc/devel/create_test_data.pl >+++ b/misc/devel/create_test_data.pl >@@ -45,13 +45,13 @@ pod2usage(1) if $help || !$number || !$source; > > for ( 1 .. $number ) { > >- if($source eq 'Biblio'){ >- $builder->build_sample_biblio( $values ) >- }elsif($source eq 'Item'){ >- $builder->build_sample_item( $values ) >- }elsif($source eq 'Illrequest'){ >- $builder->build_sample_ill_request( $values ) >- }else{ >+ if ( $source eq 'Biblio' ) { >+ $builder->build_sample_biblio($values); >+ } elsif ( $source eq 'Item' ) { >+ $builder->build_sample_item($values); >+ } elsif ( $source eq 'Illrequest' ) { >+ $builder->build_sample_ill_request($values); >+ } else { > $builder->build( > { > source => $source, >-- >2.30.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 37448
:
169472
|
169474
|
169486
|
169487
|
169488
|
169489
|
169490
|
169550
|
169551
|
169552
| 169553