-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to use 'data' as the default xml root node
As of PyXForm v1.0.0 the name of the file is no longer used as the root node. More Info: XLSForm/pyxform#375
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" ?><tutorial id="tutorial" instanceID="uuid:uuid:fa7f34af-8e28-4d05-9085-b495f0bd9491" submissionDate="2014-09-04T12:08:04"><age>10</age><end_time>2014-09-04T15:07:17+03:00</end_time><formhub> <uuid>a55d89f9483a45c8a896d45de94499a9</uuid></formhub><gender>male</gender><imei>enketo.org:2gnoXEilHRGn6V5i</imei><location>83.3595 -32.8601 0 1</location><meta> <instanceID>uuid:fa7f34af-8e28-4d05-9085-b495f0bd9491</instanceID></meta><name>Name_1</name><phonenumber>no phonenumber property in enketo</phonenumber><photo>NA</photo><pizza_fan>no</pizza_fan><start_time>2014-09-04T15:06:01+03:00</start_time><test_location>83.3595 -32.8601 0 1</test_location><test_location.altitude>0</test_location.altitude><test_location.latitude>83.3595</test_location.latitude><test_location.longitude>-32.8601</test_location.longitude><test_location.precision>1</test_location.precision><test_location2>21.22474 -10.5601 50000 200</test_location2><test_location2.altitude>50000</test_location2.altitude><test_location2.latitude>21.22474</test_location2.latitude><test_location2.longitude>-10.5601</test_location2.longitude><test_location2.precision>200</test_location2.precision><today>2014-09-04</today></tutorial> | ||
<?xml version="1.0" ?><data id="tutorial" instanceID="uuid:uuid:fa7f34af-8e28-4d05-9085-b495f0bd9491" submissionDate="2014-09-04T12:08:04"><age>10</age><end_time>2014-09-04T15:07:17+03:00</end_time><formhub> <uuid>a55d89f9483a45c8a896d45de94499a9</uuid></formhub><gender>male</gender><imei>enketo.org:2gnoXEilHRGn6V5i</imei><location>83.3595 -32.8601 0 1</location><meta> <instanceID>uuid:fa7f34af-8e28-4d05-9085-b495f0bd9491</instanceID></meta><name>Name_1</name><phonenumber>no phonenumber property in enketo</phonenumber><photo>NA</photo><pizza_fan>no</pizza_fan><start_time>2014-09-04T15:06:01+03:00</start_time><test_location>83.3595 -32.8601 0 1</test_location><test_location.altitude>0</test_location.altitude><test_location.latitude>83.3595</test_location.latitude><test_location.longitude>-32.8601</test_location.longitude><test_location.precision>1</test_location.precision><test_location2>21.22474 -10.5601 50000 200</test_location2><test_location2.altitude>50000</test_location2.altitude><test_location2.latitude>21.22474</test_location2.latitude><test_location2.longitude>-10.5601</test_location2.longitude><test_location2.precision>200</test_location2.precision><today>2014-09-04</today></data> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters