You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/testCases.js
+63-3Lines changed: 63 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,16 @@ const testCases = [
542
542
object_id: '.1.0.0.1',
543
543
name: 'psBatteryVoltage',
544
544
type: 'Number'
545
+
},
546
+
{
547
+
object_id: 'fdt',
548
+
name: 'fireDetectionThreshold',
549
+
type: 'Number'
550
+
},
551
+
{
552
+
object_id: 'fireDetectionThreshold3',
553
+
name: 'fireDetectionThreshold3',
554
+
type: 'Number'
545
555
}
546
556
],
547
557
static_attributes: []
@@ -556,7 +566,7 @@ const testCases = [
556
566
should: [
557
567
{
558
568
shouldName:
559
-
'A - WHEN sending defined object_ids with special format names (measures) through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
569
+
'B - WHEN sending defined object_ids with special format names in attributes through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
'A - WHEN sending defined measures by attribute names through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
0 commit comments