fix execution tests: queue should not pass through

This commit is contained in:
anna
2012-03-01 20:58:45 +01:00
parent 5fa5c0f598
commit 9a344b4b27
@@ -39,6 +39,7 @@ public class Extractor {
public Extractor(final InputStream stream, final Charset charset) {
myStream = new SegmentedInputStream(stream, charset);
myQueue.setPassThrough(false);//should be updated in awt thread
}
public void setDispatchListener(final DispatchListener listener) {