CHG: fix Pipe test

(cherry picked from commit b66d3e93949f2c152e6d8f3d3526cf9bb05a05bb)
This commit is contained in:
Michal Staszewski
2011-06-21 14:41:32 +02:00
committed by Piotr Wysocki
parent 6ba0034f49
commit ea804bada0
+1
View File
@@ -101,6 +101,7 @@ namespace SmartThreadPoolTests
sc1 => { if (sc.Counter == 2) { sc1.Increment(); }}
);
stp.WaitForIdle ();
Assert.AreEqual(3, sc.Counter);
stp.Shutdown();