@@ -2392,7 +2392,7 @@ describe('datasets and entities', () => {
23922392 describe ( 'autolink when publishing form that creates and consumes new dataset' , ( ) => {
23932393 // update form that consumes dataset
23942394 const updateForm = `<?xml version="1.0"?>
2395- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
2395+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
23962396 <h:head>
23972397 <model entities:entities-version="2024.1.0">
23982398 <instance>
@@ -2483,7 +2483,7 @@ describe('datasets and entities', () => {
24832483 const asAlice = await service . login ( 'alice' ) ;
24842484
24852485 const differentDataset = `<?xml version="1.0"?>
2486- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
2486+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
24872487 <h:head>
24882488 <model entities:entities-version="2024.1.0">
24892489 <instance>
@@ -2631,7 +2631,7 @@ describe('datasets and entities', () => {
26312631 const asAlice = await service . login ( 'alice' ) ;
26322632
26332633 const noDataset = `<?xml version="1.0"?>
2634- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
2634+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
26352635 <h:head>
26362636 <model entities:entities-version="2024.1.0">
26372637 <instance>
@@ -2675,7 +2675,7 @@ describe('datasets and entities', () => {
26752675 const asAlice = await service . login ( 'alice' ) ;
26762676
26772677 const caseChange = `<?xml version="1.0"?>
2678- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
2678+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
26792679 <h:head>
26802680 <model entities:entities-version="2024.1.0">
26812681 <instance>
@@ -2726,7 +2726,7 @@ describe('datasets and entities', () => {
27262726 . expect ( 200 ) ;
27272727
27282728 const caseChange = `<?xml version="1.0"?>
2729- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
2729+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
27302730 <h:head>
27312731 <model entities:entities-version="2024.1.0">
27322732 <instance>
@@ -3765,7 +3765,7 @@ describe('datasets and entities', () => {
37653765 } ) ) ) ) ;
37663766
37673767 it ( 'should accept entity form and save dataset with no binds' , testService ( ( service ) => {
3768- const xml = `<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
3768+ const xml = `<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
37693769 <h:head>
37703770 <h:title>nobinds</h:title>
37713771 <model entities:entities-version='2024.1.0'>
@@ -3808,7 +3808,7 @@ describe('datasets and entities', () => {
38083808
38093809 it ( 'should ignore a saveto incorrrectly placed on a bind on a structural field' , testService ( async ( service ) => {
38103810 const alice = await service . login ( 'alice' ) ;
3811- const xml = `<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms">
3811+ const xml = `<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities ">
38123812 <h:head>
38133813 <model entities:entities-version='2024.1.0'>
38143814 <instance>
@@ -4891,7 +4891,7 @@ describe('datasets and entities', () => {
48914891 const asAlice = await service . login ( 'alice' ) ;
48924892
48934893 const form = `<?xml version="1.0"?>
4894- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
4894+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
48954895 <h:head>
48964896 <model entities:entities-version="2024.1.0">
48974897 <instance>
@@ -4920,7 +4920,7 @@ describe('datasets and entities', () => {
49204920 } )
49214921 . expect ( 200 ) ;
49224922
4923- const sub = `<data xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms" id="brokenForm" version="1.0">
4923+ const sub = `<data xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities " id="brokenForm" version="1.0">
49244924 <meta>
49254925 <instanceID>one</instanceID>
49264926 <orx:instanceName>one</orx:instanceName>
@@ -4956,7 +4956,7 @@ describe('datasets and entities', () => {
49564956 const asAlice = await service . login ( 'alice' ) ;
49574957
49584958 const form = `<?xml version="1.0"?>
4959- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
4959+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
49604960 <h:head>
49614961 <model entities:entities-version="2024.1.0">
49624962 <instance>
@@ -4973,7 +4973,7 @@ describe('datasets and entities', () => {
49734973 </h:html>` ;
49744974
49754975 const form2 = `<?xml version="1.0"?>
4976- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
4976+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
49774977 <h:head>
49784978 <model entities:entities-version="2024.1.0">
49794979 <instance>
@@ -5008,7 +5008,7 @@ describe('datasets and entities', () => {
50085008 const asAlice = await service . login ( 'alice' ) ;
50095009
50105010 const form = `<?xml version="1.0"?>
5011- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
5011+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
50125012 <h:head>
50135013 <model entities:entities-version="2024.1.0">
50145014 <instance>
@@ -5031,7 +5031,7 @@ describe('datasets and entities', () => {
50315031
50325032 // Form with label nested under entity
50335033 const form2 = `<?xml version="1.0"?>
5034- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
5034+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
50355035 <h:head>
50365036 <model entities:entities-version="2024.1.0">
50375037 <instance>
@@ -5077,7 +5077,7 @@ describe('datasets and entities', () => {
50775077 const asAlice = await service . login ( 'alice' ) ;
50785078
50795079 const form = `<?xml version="1.0"?>
5080- <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/entities" xmlns:orx="http://openrosa.org/xforms">
5080+ <h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/ entities" xmlns:orx="http://openrosa.org/xforms">
50815081 <h:head>
50825082 <model entities:entities-version="2024.1.0">
50835083 <instance>
@@ -5106,7 +5106,7 @@ describe('datasets and entities', () => {
51065106 } )
51075107 . expect ( 200 ) ;
51085108
5109- const sub = `<data xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms" id="brokenForm" version="1.0">
5109+ const sub = `<data xmlns:jr="http://openrosa.org/javarosa" xmlns:entities="http://www.opendatakit.org/xforms/entities " id="brokenForm" version="1.0">
51105110 <meta>
51115111 <instanceID>one</instanceID>
51125112 <orx:instanceName>one</orx:instanceName>
0 commit comments