3
0

Add compose record tests & post test tweaks

This commit is contained in:
Tomaž Jerman
2020-11-19 16:55:53 +01:00
parent 09d679fba7
commit ebfca604f0
8 changed files with 124 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ type (
ID string
Values map[string]string
SysValues map[string]string
RefUser map[string]string
RefUsers map[string]string
}
ComposeRecordRawSet []*ComposeRecordRaw
@@ -40,10 +40,6 @@ func NewComposeRecordSet(w crsWalker, nsRef, modRef string) *ComposeRecord {
r.AddIdentifier(identifiers(modRef)...)
// for _, u := range userRef {
// r.AddRef(USER_RESOURCE_TYPE, u)
// }
r.NsRef = r.AddRef(COMPOSE_NAMESPACE_RESOURCE_TYPE, nsRef)
r.ModRef = r.AddRef(COMPOSE_MODULE_RESOURCE_TYPE, modRef)