Message11905

Author psykiatris
Recipients psykiatris
Date 2018-04-14.15:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523718999.24.0.682650639539.issue2669@psf.upfronthosting.co.za>
In-reply-to
Content
I was running test_file.py manually and I received the following message.

FAIL: testIteration (test.test_file.OtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/patrick/jython/dist/Lib/test/test_file.py", line 270, in testIteration
    self.fail("%s%r after next() didn't raise ValueError" %
AssertionError: readline() after next() didn't raise ValueError

Now, if I run the regrtest, this test passes. 
I didn't find any current issures regarding this, and maybe it's not an issue. Just something I noticed.  I've run other single tests successfully.
History
Date User Action Args
2018-04-14 15:16:39psykiatrissetrecipients: + psykiatris
2018-04-14 15:16:39psykiatrissetmessageid: <1523718999.24.0.682650639539.issue2669@psf.upfronthosting.co.za>
2018-04-14 15:16:39psykiatrislinkissue2669 messages
2018-04-14 15:16:38psykiatriscreate