Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Junit tests failing on Base

Title: Junit tests failing on Base
Hi All,

As mentioned during the call today, a large number of Junit tests on the base were failing. It turns out that the internal behavior had changed and revealed that the ProgressMonitor param passed on all public methods of the ArtifactManager wasn’t set to a NullProgressMonitor if “null” was passed (usual convention). As a result, most the calls would fail when trying to update the monitor.

I’ve updated all the public methods on the art mgr. to use a NullProgressMonitor if “null” is passed (which was the case in the Junit tests). Bug #239888

Eric

Back to the top