This unstable test should be disabled according to the comment.
--- a/project/com.nokia.carbide.cpp.epoc.engine.tests/src/com/nokia/carbide/cpp/epoc/engine/tests/model/ModelProviderThreadTests.java Wed Sep 15 16:54:04 2010 -0500
+++ b/project/com.nokia.carbide.cpp.epoc.engine.tests/src/com/nokia/carbide/cpp/epoc/engine/tests/model/ModelProviderThreadTests.java Wed Sep 15 16:55:03 2010 -0500
@@ -263,7 +263,7 @@
// can't actually validate -- we have no idea whether writers'
// commits have come in order or not, since one writer may have
// been out-of-sync and had to retry its commit late.
- validate(builder.toString());
+ //validate(builder.toString());
} finally {
view.dispose();
}