Skip to content

Commit

Permalink
Update test forms for trunk version
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jul 22, 2024
1 parent 45e3512 commit aefaf8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:odk="http://www.opendatakit.org/xforms" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:entities="http://www.opendatakit.org/xforms/entities">
<h:head>
<h:title>One Question Entity Follow Up</h:title>
<model odk:xforms-version="1.0.0" entities:entities-version="2023.1.0">
<model odk:xforms-version="1.0.0" entities:entities-version="2024.1.0">
<instance>
<data id="one_question_entity_follow_up" version="1">
<person/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:odk="http://www.opendatakit.org/xforms" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:entities="http://www.opendatakit.org/xforms/entities">
<h:head>
<h:title>One Question Entity Registration</h:title>
<model odk:xforms-version="1.0.0" entities:entities-version="2022.1.1">
<model odk:xforms-version="1.0.0" entities:entities-version="2024.1.0">
<instance>
<data id="one_question_entity" version="1">
<name/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:odk="http://www.opendatakit.org/xforms" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:entities="http://www.opendatakit.org/xforms/entities">
<h:head>
<h:title>One Question Entity Update</h:title>
<model odk:xforms-version="1.0.0" entities:entities-version="2023.1.0">
<model odk:xforms-version="1.0.0" entities:entities-version="2024.1.0">
<instance>
<data id="one_question_entity_update" version="1">
<person/>
<name/>
<meta>
<instanceID/>
<instanceName/>
<entity dataset="people" update="true" id="" baseVersion="">
<entity dataset="people" update="true" id="" baseVersion="" trunkVersion="">
<label/>
</entity>
</meta>
Expand All @@ -27,6 +27,7 @@
<bind nodeset="/data/meta/entity/@id" type="string" calculate="/data/person"/>
<bind calculate="/data/name" nodeset="/data/meta/entity/label" type="string"/>
<bind nodeset="/data/meta/entity/@baseVersion" calculate="instance('people')/root/item[name=/data/person]/__version" type="string"/>
<bind nodeset="/data/meta/entity/@trunkVersion" calculate="instance('people')/root/item[name=/data/person]/__trunkVersion" type="string"/>
</model>
</h:head>
<h:body>
Expand Down

0 comments on commit aefaf8c

Please sign in to comment.