Skip to content

Commit c2f9a7e

Browse files
committed
test: add test case for CPF merge
1 parent d3462df commit c2f9a7e

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Class Test.PM.Integration.CPFMerge Extends Test.PM.Integration.Base
2+
{
3+
4+
Parameter TargetModuleName As STRING = "cpf-merge";
5+
6+
Method TestCPFMerge()
7+
{
8+
Set tModuleDir = ..GetModuleDir(..#TargetModuleName)
9+
10+
Set tSC = ##class(%IPM.Main).Shell("load -v "_tModuleDir)
11+
Do $$$AssertStatusOK(tSC, "Loaded module successfully")
12+
13+
// TODO - Add more tests here
14+
}
15+
16+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[config]
2+
globals=0,0,150000,0,0,0
3+
gmheap=393,216
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Export generator="Cache" version="25">
3+
<Document name="cpf-merge.ZPM">
4+
<Module>
5+
<Name>cpf-merge</Name>
6+
<Version>0.0.1</Version>
7+
<Packaging>module</Packaging>
8+
<CPF Path="/Merge.CPF"/>
9+
</Module>
10+
</Document>
11+
</Export>

0 commit comments

Comments
 (0)