hunt-framework / hunt

A flexible, lightweight search platform
59 stars 10 forks source link

Something wrong with Interpreter Test-Suite? #69

Closed chrisreu closed 10 years ago

chrisreu commented 10 years ago

It seems like the tests are never failing. For example if i explicitly try to have a test failing by changing for example the seach term - it still not fails ?!?

Is there something wrong with my new setup or is this a general problem?

search (QContext ["datecontext"] (QWord QNoCase "2013-01-01")) 0 10  @@@ ((@?= ["test://1"]) . searchResultUris)     

search (QContext ["datecontext"] (QWord QNoCase "2023432413-01-01")) 0 10  @@@ ((@?= ["test://1"]) . searchResultUris)     
sebastian-philipp commented 10 years ago

I think there is something wrong with this test. Other tests can fail

ulfsauer0815 commented 10 years ago

I cannot reproduce this behaviour. Maybe some conflict with the two separate sandboxes?!