aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/samples/mts/pause.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/samples/mts/pause.xml')
-rw-r--r--xtesting/samples/mts/pause.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/xtesting/samples/mts/pause.xml b/xtesting/samples/mts/pause.xml
index 34f7b52b..aaaacf28 100644
--- a/xtesting/samples/mts/pause.xml
+++ b/xtesting/samples/mts/pause.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Related XMLSchema file: conf/schemas/scenario.xsd -->
-
-<scenario>
- <log>Duree de pause demandee : [pauseDuration]</log>
- <pause name="Pause" seconds="[pauseDuration]"/>
-</scenario>
+<scenario xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/ericsson-mts/mts/master/src/main/conf/schemas/scenario.xsd">
+ <log>Duree de pause demandee : [pauseDuration]</log>
+ <pause name="Pause" seconds="[pauseDuration]" />
+</scenario> \ No newline at end of file