We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b536281 commit 98168c2Copy full SHA for 98168c2
1 file changed
tests/unit_tests/Test/PM/Unit/Oras.cls
@@ -42,18 +42,4 @@ Method TestGetPackageServiceUrlNormalizationWithPort()
42
do $$$AssertEquals(svc.PathPrefix, "", "No path prefix when no path in URL")
43
}
44
45
-Method RunCommand(pCommand As %String)
46
-{
47
- do ##class(%IPM.Main).Shell(pCommand)
48
- do $$$LogMessage("Run command: "_pCommand)
49
-}
50
-
51
-Method AssertNoException(pCommand As %String)
52
53
- do ##class(%IPM.Main).ShellInternal(pCommand,.tException)
54
- if '$$$AssertEquals(tException,"","No exceptions occurred running command: "_pCommand) {
55
- do $$$LogMessage(tException.DisplayString())
56
- }
57
58
59
0 commit comments