ported test data and test purchase receipt from aii
diff --git a/tests/data/item_group/gamer.txt b/tests/data/item_group/gamer.txt
new file mode 100644
index 0000000..bce38c7
--- /dev/null
+++ b/tests/data/item_group/gamer.txt
@@ -0,0 +1,27 @@
+# Item Group, Gamer
+[
+
+	# These values are common in all dictionaries
+	{
+		u'creation': '2012-08-07 09:56:27',
+		u'docstatus': 0,
+		u'modified': '2012-08-07 09:56:27',
+		u'modified_by': u'Administrator',
+		u'owner': u'Administrator'
+	},
+
+	# These values are common for all Item Group
+	{
+		u'doctype': 'Item Group',
+		'is_group': u'No',
+		'item_group_name': u'Gamer',
+		u'name': u'__common__',
+		'parent_item_group': u'Desktops'
+	},
+
+	# Item Group, Gamer
+	{
+		u'doctype': 'Item Group',
+		u'name': u'Gamer'
+	}
+]
\ No newline at end of file