summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test446.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test446.scxml')
-rw-r--r--test/w3c/xpath/test446.scxml21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/w3c/xpath/test446.scxml b/test/w3c/xpath/test446.scxml
deleted file mode 100644
index 64ab3c9..0000000
--- a/test/w3c/xpath/test446.scxml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!-- in the ECMA data model, test that if the child of <data> is JSON, the processor
- assigns it as the value of the var --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript">
- <datamodel>
- <data id="var1">[1, 2, 3]</data>
- <data id="var2" src="file:test446.txt"/>
- </datamodel>
-
-<state id="s0">
- <transition cond="var1 instanceof Array" target="s1"/>
- <transition target="fail"/>
- </state>
-
-<state id="s1">
- <transition cond="var2 instanceof Array" target="pass"/>
- <transition target="fail"/>
- </state>
-
-<final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>
-<final id="fail"><onentry><log label="Outcome" expr="'fail'"/></onentry></final>
-
-</scxml> \ No newline at end of file
t/commit/?h=feature/h5detect&id=d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89'>Fix for HDFFV-10554 use_append_chunks in swmr use case test failureVailin Choi2018-10-304-60/+109 * Merge pull request #1312 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-292-0/+32 |\ | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-10-291-1/+2 | |\ | |/ |/| * | Merge pull request #1311 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks t...Dana Robinson2018-10-291-1/+2 |\ \ | * | Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h filesDana Robinson2018-10-291-1/+2 | * | Merge branch 'develop' into cmake_tweaksDana Robinson2018-10-276-5/+10 | |\ \ * | \ \ Merge pull request #1309 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-294-3/+71 |\ \ \ \ | | | | * Add script to run tests with sbatch when not cross compiling.Larry Knox2018-10-292-0/+32 | | |_|/ | |/| | | * | | Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-294-3/+71 |/ / / * | | Merge pull request #1305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks t...Dana Robinson2018-10-2919-350/+149 |\ \ \ | |/ / | | / | |/ |/| | * Makes the installed header files the same between the autotoolsDana Robinson2018-10-2719-350/+149 * | Merge pull request #1301 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-226-5/+10 |\ \ | |/ |/| | * HDFFV-10608 Move toolchain files into a subfolderAllen Byrne2018-10-225-4/+5 | * TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5 |/ * Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...Dana Robinson2018-10-2219-30/+68 |\ | * Fixed warnings in the VOL example and run it from the script.Dana Robinson2018-10-212-9/+11 | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-2017-21/+57 |/ * Merge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-194-1/+17 |\ | * Move options to root cmake fileAllen Byrne2018-10-192-1/+6 | * EED-258 Add modules uses toolchain filesAllen Byrne2018-10-182-0/+11 * | Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-1829-353/+429 |\ \ | |/ |/| | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-1729-353/+429 * | Merge pull request #1292 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-175-29/+54 |\ \ | |/ |/| | * TRILAB-34 remove extra argAllen Byrne2018-10-161-1/+1 | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-163-7/+9 | |\ | |/ |/| * | Merge pull request #1294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-122-3/+0 |\ \ | * | Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-122-3/+0 |/ / * | Merge pull request #1293 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-121-4/+9 |\ \ | * | Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tDana Robinson2018-10-111-4/+9 |/ / | * TRILAB-34 Add batch script config commandAllen Byrne2018-10-161-0/+4 | * TRILAB-36 Revert to target_file and correct propertyAllen Byrne2018-10-161-6/+7 | * Add generated propoerty to H5lib_settingsAllen Byrne2018-10-151-0/+2 | * HDFFV-10603 patch 6Allen Byrne2018-10-151-1/+1 | * TRILAB-34 batch command optionsAllen Byrne2018-10-121-3/+2 | * Correct quote charAllen Byrne2018-10-111-7/+7 | * Add more descriptive option nameAllen Byrne2018-10-111-3/+3 | * HDFFV-10603 fixup cmake usageAllen Byrne2018-10-112-4/+4 | * TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-112-19/+38 |/ * Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to ...Dana Robinson2018-10-10177-2686/+16628 |\ | * VOL FEATUREDana Robinson2018-10-10