test for method getDatatypes added

This commit is contained in:
Susann Sgorzaly
2018-02-17 22:24:50 +01:00
parent f8c68a6cd7
commit 0e5afb209e
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
sep=;
title;isbn;publishedAt;published;count;price;
Красивая кулинария;5454-5587-3210;21.05.2011;true;1;10.99
The Wine Connoisseurs;2547-8548-2541;12.12.2011;TRUE;;20,33
Weißwein;1313-4545-8875;23.02.2012;false;10;10
1 sep=;
2 title;isbn;publishedAt;published;count;price;
3 Красивая кулинария;5454-5587-3210;21.05.2011;true;1;10.99
4 The Wine Connoisseurs;2547-8548-2541;12.12.2011;TRUE;;20,33
5 Weißwein;1313-4545-8875;23.02.2012;false;10;10