| Summary: | t/dummy.t is useless | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | Pushed to oldstable --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, m.de.rooy |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.11.00,25.05.02,24.11.08
|
|
| Circulation function: | |||
| Attachments: |
Bug 40389: Remove t/dummy.t
Bug 40389: Remove t/dummy.t Bug 40389: Remove t/dummy.t |
||
|
Description
Jonathan Druart
2025-07-15 12:59:06 UTC
commit a5a419616ddaf81e2a9dc6a87ab92bcf2b336fde
Date: Tue Aug 28 01:50:55 2007 +0100
Disable tests
@ t/dummy.t:1 @
+# Dummy test until Test::Harness or similar
+# is used by the other tests to check deps.
+print "1..1\nok 1\n";
Then
commit 7f019954460801a5fe480640cf2674dbcca9f625
Date: Fri Dec 7 17:15:22 2007 -0600
installer (part 3): enabled 'make test'
- # disable tests
- 'test' => {TESTS => 't/dummy.t'},
Created attachment 184089 [details] [review] Bug 40389: Remove t/dummy.t This file should have been removed years ago. See the history: commit a5a419616ddaf81e2a9dc6a87ab92bcf2b336fde Date: Tue Aug 28 01:50:55 2007 +0100 Disable tests @ t/dummy.t:1 @ +# Dummy test until Test::Harness or similar +# is used by the other tests to check deps. +print "1..1\nok 1\n"; Then commit 7f019954460801a5fe480640cf2674dbcca9f625 Date: Fri Dec 7 17:15:22 2007 -0600 installer (part 3): enabled 'make test' - # disable tests - 'test' => {TESTS => 't/dummy.t'}, Created attachment 184290 [details] [review] Bug 40389: Remove t/dummy.t This file should have been removed years ago. See the history: commit a5a419616ddaf81e2a9dc6a87ab92bcf2b336fde Date: Tue Aug 28 01:50:55 2007 +0100 Disable tests @ t/dummy.t:1 @ +# Dummy test until Test::Harness or similar +# is used by the other tests to check deps. +print "1..1\nok 1\n"; Then commit 7f019954460801a5fe480640cf2674dbcca9f625 Date: Fri Dec 7 17:15:22 2007 -0600 installer (part 3): enabled 'make test' - # disable tests - 'test' => {TESTS => 't/dummy.t'}, Signed-off-by: David Nind <david@davidnind.com> Created attachment 184307 [details] [review] Bug 40389: Remove t/dummy.t This file should have been removed years ago. See the history: commit a5a419616ddaf81e2a9dc6a87ab92bcf2b336fde Date: Tue Aug 28 01:50:55 2007 +0100 Disable tests @ t/dummy.t:1 @ +# Dummy test until Test::Harness or similar +# is used by the other tests to check deps. +print "1..1\nok 1\n"; Then commit 7f019954460801a5fe480640cf2674dbcca9f625 Date: Fri Dec 7 17:15:22 2007 -0600 installer (part 3): enabled 'make test' - # disable tests - 'test' => {TESTS => 't/dummy.t'}, Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x Pushed to 24.11.x for 24.11.08 |