Skip to content

Commit 3361fe9

Browse files
committed
controllingEm complete
1 parent 4d1b20a commit 3361fe9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/test/groovy/edu/ie3/datamodel/io/extractor/ExtractorTest.groovy

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ class ExtractorTest extends Specification {
5757
sptd.fixedFeedInInput.node,
5858
sptd.fixedFeedInInput.operator,
5959
sptd.fixedFeedInInput.node.operator,
60-
sptd.fixedFeedInInput.em.get(),
61-
sptd.fixedFeedInInput.em.get().parentEm.get()
60+
sptd.fixedFeedInInput.controllingEm.get(),
61+
sptd.fixedFeedInInput.controllingEm.get().parentEm.get()
6262
]
6363

6464
sptd.wecInput || [
6565
sptd.wecInput.node,
6666
sptd.wecInput.type,
6767
sptd.wecInput.operator,
6868
sptd.wecInput.node.operator,
69-
sptd.wecInput.em.get(),
70-
sptd.wecInput.em.get().parentEm.get()
69+
sptd.wecInput.controllingEm.get(),
70+
sptd.wecInput.controllingEm.get().parentEm.get()
7171
]
7272
sptd.chpInput || [
7373
sptd.chpInput.node,
@@ -77,32 +77,32 @@ class ExtractorTest extends Specification {
7777
sptd.chpInput.thermalStorage,
7878
sptd.chpInput.thermalStorage.thermalBus,
7979
sptd.chpInput.thermalStorage.thermalBus.operator,
80-
sptd.chpInput.em.get(),
81-
sptd.chpInput.em.get().parentEm.get()
80+
sptd.chpInput.controllingEm.get(),
81+
sptd.chpInput.controllingEm.get().parentEm.get()
8282
]
8383
sptd.bmInput || [
8484
sptd.bmInput.node,
8585
sptd.bmInput.type,
8686
sptd.bmInput.operator,
8787
sptd.bmInput.node.operator,
88-
sptd.bmInput.em.get(),
89-
sptd.bmInput.em.get().parentEm.get()
88+
sptd.bmInput.controllingEm.get(),
89+
sptd.bmInput.controllingEm.get().parentEm.get()
9090
]
9191
sptd.evInput || [
9292
sptd.evInput.node,
9393
sptd.evInput.type,
9494
sptd.evInput.operator,
9595
sptd.evInput.node.operator,
96-
sptd.evInput.em.get(),
97-
sptd.evInput.em.get().parentEm.get()
96+
sptd.evInput.controllingEm.get(),
97+
sptd.evInput.controllingEm.get().parentEm.get()
9898
]
9999
sptd.storageInput || [
100100
sptd.storageInput.node,
101101
sptd.storageInput.type,
102102
sptd.storageInput.operator,
103103
sptd.storageInput.node.operator,
104-
sptd.storageInput.em.get(),
105-
sptd.storageInput.em.get().parentEm.get()
104+
sptd.storageInput.controllingEm.get(),
105+
sptd.storageInput.controllingEm.get().parentEm.get()
106106
]
107107
sptd.hpInput || [
108108
sptd.hpInput.node,
@@ -111,8 +111,8 @@ class ExtractorTest extends Specification {
111111
sptd.hpInput.thermalBus,
112112
sptd.hpInput.thermalBus.operator,
113113
sptd.hpInput.node.operator,
114-
sptd.hpInput.em.get(),
115-
sptd.hpInput.em.get().parentEm.get()
114+
sptd.hpInput.controllingEm.get(),
115+
sptd.hpInput.controllingEm.get().parentEm.get()
116116
]
117117

118118
gtd.lineGraphicCtoD || [

0 commit comments

Comments
 (0)