Skip to content

Commit a5287b8

Browse files
georgeajitgeorgeajit
authored andcommitted
#621 - Data files for writeAll test
1 parent 08d3029 commit a5287b8

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

test-complete/data/dmsdk/bbq1.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<entry xmlns="http://example.com" date="2007-10-31T14:17:44.425-07:00">
2+
<title>Sally's Southern BBQ</title>
3+
<abstract>A classic southern recipe</abstract>
4+
<flavor-descriptor>cayanne</flavor-descriptor>
5+
<flavor-descriptor>molasses</flavor-descriptor>
6+
<flavor-descriptor>smoky</flavor-descriptor>
7+
<scoville>800</scoville>
8+
<rating>3.0</rating>
9+
</entry>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":{"title":"Vannevar Bush", "popularity":"5", "id":"0011", "date":"2005-01-01", "price":{"amt":"0.1"}, "p":"Vannevar Bush wrote an article for The Atlantic Monthly"}}

test-complete/data/dmsdk/dmsdk.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a test file for text to be written using writeAll method.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<Company>
3+
<Employee>
4+
<name>John</name>
5+
</Employee>
6+
<Employee>
7+
<name>Jane</name>
8+
</Employee>
9+
<Employee>
10+
<name>Bob</name>
11+
</Employee>
12+
</Company>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"employees": [
3+
{ "firstName":"John" , "lastName":"Doe" },
4+
{ "firstName":"Ann" , "lastName":"Smith" },
5+
{ "firstName":"Bob" , "lastName":"Foo" }
6+
]
7+
}

0 commit comments

Comments
 (0)