cs-au-dk / Artemis

automated testing for JavaScript
http://www.brics.dk/artemis/
GNU General Public License v3.0
36 stars 10 forks source link

Use of isImmediatelyUnexplored in inappropriate places. #111

Open BenSpencer opened 10 years ago

BenSpencer commented 10 years ago

Our utility function isImmediatelyUnexplored returns true for nodes of types TraceUnexplored, TraceUnexploredUnsat, TraceUnexploredUnsolvable and TraceUnexploredMissed. In some places where this is used, we only really want to test if the node in question is exactly Traceunexplored.

I have added a new utility function to test this, but I have not gone through the existing uses and seeing which ones are wrong.