EPrints Technical Mailing List Archive
Message: #09260
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] 3.3.16 Unit Tests
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] 3.3.16 Unit Tests
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- Date: Tue, 28 Mar 2023 04:50:47 +0000
CAUTION: This e-mail originated outside the University of Southampton.
Hi All, Building up new system, with updated OS, packages etc, still running 3.3.16 codebase, and running unit tests to make sure it’s all playing nicely… I have a warning coming in via
tests/81_workflow.pl Use of uninitialized value in string eq at /opt/eprints3/perl_lib/EPrints/Plugin/InputForm/Component/Field/AjaxSubject.pm line 148, <DATA> line 960. Just wondering if it’s a code mishap in the .pm, or if it’s a data issue for the testing…. The ‘$self->{search}’ variable is set to undef ~ 20 lines prior… Then has 2 chances to be defined, then evaluated… if( $self->{search} eq "" ) { delete $self->{search}; } If I add ‘if defined’ to the evaluation, the warning no longer occurs… if( defined $self->{search} && $self->{search} eq "" ) { delete $self->{search}; } But is it a code issue, or is the test legitimately finding something wrong with the data its using as part of the testing process?? Cheers Matt. __________________________________________________________________
This email (including any attached files) is confidential and is
for the intended recipient(s) only. If you received this email by
mistake, please, as a courtesy, tell the sender, then delete this
email.
The views and opinions are the originator's and do not necessarily
reflect those of the University of Southern Queensland. Although
all reasonable precautions were taken to ensure that this email
contained no viruses at the time it was sent we accept no
liability for any losses arising from its receipt.
The University of Southern Queensland is a registered provider
of education with the Australian Government.
(CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081)
|
- Follow-Ups:
- [EP-tech] 3.3.16 Unit Tests
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- [EP-tech] 3.3.16 Unit Tests
- References:
- [EP-tech] 3.3.16 Unit Tests
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- [EP-tech] 3.3.16 Unit Tests
- Prev by Date: [EP-tech] {Suspected SPAM} Re: Eprints SMPT configuration Error with Office 365
- Next by Date: Re: [EP-tech] Eprints SMPT configuration Error with Office 365
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):