summaryrefslogtreecommitdiff
path: root/test/legacy26/jstests/tool/data
diff options
context:
space:
mode:
authorWisdom Omuya <deafgoat@gmail.com>2014-11-17 13:37:46 -0500
committerWisdom Omuya <deafgoat@gmail.com>2014-11-17 14:08:22 -0500
commitb4b9a84dcaf0dbabf99bc16231e0b33ae76bddd3 (patch)
treed445402ccd2be3924fc1685992631193a9fd50f8 /test/legacy26/jstests/tool/data
parent488d4f4d56da5fe895744672e80d559dac43c35b (diff)
downloadmongo-b4b9a84dcaf0dbabf99bc16231e0b33ae76bddd3.tar.gz
TOOLS-373: move legacy/legacy26 to test/
Former-commit-id: 1d532749e40012811ef1ad1addaba76254cc88e8
Diffstat (limited to 'test/legacy26/jstests/tool/data')
-rw-r--r--test/legacy26/jstests/tool/data/a.tsv2
-rw-r--r--test/legacy26/jstests/tool/data/csvimport1.csv8
-rw-r--r--test/legacy26/jstests/tool/data/dumprestore6/foo.bsonbin0 -> 44 bytes
-rw-r--r--test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bsonbin0 -> 144 bytes
4 files changed, 10 insertions, 0 deletions
diff --git a/test/legacy26/jstests/tool/data/a.tsv b/test/legacy26/jstests/tool/data/a.tsv
new file mode 100644
index 00000000000..1e094179a63
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/a.tsv
@@ -0,0 +1,2 @@
+a b c d e
+ 1 foobar 5 -6
diff --git a/test/legacy26/jstests/tool/data/csvimport1.csv b/test/legacy26/jstests/tool/data/csvimport1.csv
new file mode 100644
index 00000000000..256d40a9184
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/csvimport1.csv
@@ -0,0 +1,8 @@
+a,b,c
+1,"this is some text.
+This text spans multiple lines, and just for fun
+contains a comma", "This has leading and trailing whitespace!"
+2, "When someone says something you ""put it in quotes""", I like embedded quotes/slashes\backslashes
+ 3 , " This line contains the empty string and has leading and trailing whitespace inside the quotes! ", ""
+ "4" ,, How are empty entries handled?
+"5","""""", """This string is in quotes and contains empty quotes ("""")"""
diff --git a/test/legacy26/jstests/tool/data/dumprestore6/foo.bson b/test/legacy26/jstests/tool/data/dumprestore6/foo.bson
new file mode 100644
index 00000000000..b8f8f99e6bf
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/dumprestore6/foo.bson
Binary files differ
diff --git a/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson b/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson
new file mode 100644
index 00000000000..dde25da302a
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson
Binary files differ