, 2018 13:01
>> To: pylucene-dev@lucene.apache.org
>> Subject: Re: Unit Test Question - test_Collections.py
>>
>>
>>> On Feb 12, 2018, at 09:33, Milo H. Fields III
>> wrote:
>>>
>>> Andi,
>>> I have integrated PyLucene into a Visual S
hanks !
Andi..
>
>> -Original Message-
>> From: Andi Vajda [mailto:va...@apache.org]
>> Sent: Monday, February 12, 2018 13:01
>> To: pylucene-dev@lucene.apache.org
>> Subject: Re: Unit Test Question - test_Collections.py
>>
>>
>>> On F
cene-dev@lucene.apache.org
> Subject: Re: Unit Test Question - test_Collections.py
>
>
> > On Feb 12, 2018, at 09:33, Milo H. Fields III
> wrote:
> >
> > Andi,
> > I have integrated PyLucene into a Visual Studio 2017 project space including
> support for VS Pytho
cess to Windows, I can’t
test your fix for its intent nor verify that later changes won’t accidentally
break it.
Thank you !
Andi..
>
> v/r
> milo..
>
>> -Original Message-
>> From: Andi Vajda [mailto:va...@apache.org]
>> Sent: Saturday, February 10, 2018 20:
ew & test.
v/r
milo..
> -Original Message-
> From: Andi Vajda [mailto:va...@apache.org]
> Sent: Saturday, February 10, 2018 20:53
> To: pylucene-dev@lucene.apache.org
> Subject: Re: Unit Test Question - test_Collections.py
>
> Yes, that looks like a copy/paste error inde
Yes, that looks like a copy/paste error indeed.
Thank you for reporting this.
Andi..
> On Feb 10, 2018, at 14:52, Milo H. Fields III wrote:
>
> # pylucene-7.2.0\test3\test_Collections.py
> # line 109
> class Test_CollectionsBoolList(Test_CollectionsSetBase):
>
> def createTestSet(self):
>
# pylucene-7.2.0\test3\test_Collections.py
# line 109
class Test_CollectionsBoolList(Test_CollectionsSetBase):
def createTestSet(self):
return set([True,False])
# then at line 248
class Test_CollectionsBoolList(Test_CollectionsListBase):
def createTestList(self):