Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localization bug in Test module #4290

Closed
p6rt opened this issue Jun 3, 2015 · 6 comments
Closed

localization bug in Test module #4290

p6rt opened this issue Jun 3, 2015 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Jun 3, 2015

Migrated from rt.perl.org#125319 (status was 'resolved')

Searchable as RT125319$

@p6rt
Copy link
Author

p6rt commented Jun 3, 2015

From @drforr

--cut here--
use Test;
plan 1;
ok 1;
ok 2;
--cut here--

The problem is that '1 tests' should be '1 test'

--cut here--
# Looks like you planned 1 tests, but ran 2
--cut here--

@p6rt
Copy link
Author

p6rt commented Jun 3, 2015

From @lizmat

Fixed with 0f627ce947bfc8caba92

On 03 Jun 2015, at 12​:07, (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by
# Please include the string​: [perl #​125319]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=125319 >

--cut here--
use Test;
plan 1;
ok 1;
ok 2;
--cut here--

The problem is that '1 tests' should be '1 test'

--cut here--
# Looks like you planned 1 tests, but ran 2
--cut here--

@p6rt
Copy link
Author

p6rt commented Jun 3, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 6, 2015

From @usev6

I'm closing this ticket as 'resolved'. If you think, we should have a test for this, please reopen the ticket.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 6, 2015

From @usev6

I'm closing this ticket as 'resolved'. If you think, we should have a test for this, please reopen the ticket.

@p6rt p6rt closed this as completed Jun 6, 2015
@p6rt
Copy link
Author

p6rt commented Jun 6, 2015

@usev6 - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant