We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b393374 commit b2d8bfdCopy full SHA for b2d8bfd
tests/integration_tests/Test/PM/Integration/BuildDependencyGraph.cls
@@ -44,15 +44,9 @@ Method TestBuildDependencyGraphCount()
44
set params("IgnoreInstalled") = 1
45
set params("UpdateSnapshots") = 1
46
47
- write !, "TTTTT", !
48
- zwrite $get(^CacheTemp.BuildDependencyGraph($job),0)
49
-
50
set sc = ##class(%IPM.Utils.Module).LoadNewModule(..GetModuleDir("build-dependency-graph-loop/module-a"), .params)
51
do $$$AssertStatusOK(sc)
52
53
- write !, "SSSSSSS", !
54
55
56
do $$$AssertTrue($get(^CacheTemp.BuildDependencyGraph($job), 0) > 0)
57
do $$$AssertTrue($get(^CacheTemp.BuildDependencyGraph($job), 0) < 4)
58
}
0 commit comments