Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
, 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

Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
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

RE: Unit Test Question - test_Collections.py

2018-02-12 Thread Milo H. Fields III
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

Re: Unit Test Question - test_Collections.py

2018-02-12 Thread Andi Vajda
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:

RE: Unit Test Question - test_Collections.py

2018-02-12 Thread Milo H. Fields III
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

Re: Unit Test Question - test_Collections.py

2018-02-10 Thread Andi Vajda
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): >

Unit Test Question - test_Collections.py

2018-02-10 Thread Milo H. Fields III
# 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):