|
|
@ -103,7 +103,7 @@ main(int argc, char *argv[])
|
|
|
|
ing8.units.name = "c.";
|
|
|
|
ing8.units.name = "c.";
|
|
|
|
ing8.prepMethodList.append( Element("softened") );
|
|
|
|
ing8.prepMethodList.append( Element("softened") );
|
|
|
|
ing8.prepMethodList.append( Element("at room temperature") );
|
|
|
|
ing8.prepMethodList.append( Element("at room temperature") );
|
|
|
|
ing8.groupID = 1; ing8.group = "Fat & Litquids";
|
|
|
|
ing8.groupID = 1; ing8.group = "Fat & Liquids";
|
|
|
|
recipe.ingList.append( ing8 );
|
|
|
|
recipe.ingList.append( ing8 );
|
|
|
|
|
|
|
|
|
|
|
|
Ingredient ing6;
|
|
|
|
Ingredient ing6;
|
|
|
@ -111,7 +111,7 @@ main(int argc, char *argv[])
|
|
|
|
ing6.amount = 1;
|
|
|
|
ing6.amount = 1;
|
|
|
|
ing6.amount_offset = 0;
|
|
|
|
ing6.amount_offset = 0;
|
|
|
|
ing6.units.name = "c.";
|
|
|
|
ing6.units.name = "c.";
|
|
|
|
ing6.groupID = 1; ing6.group = "Fat & Litquids";
|
|
|
|
ing6.groupID = 1; ing6.group = "Fat & Liquids";
|
|
|
|
recipe.ingList.append( ing6 );
|
|
|
|
recipe.ingList.append( ing6 );
|
|
|
|
|
|
|
|
|
|
|
|
Ingredient ing5;
|
|
|
|
Ingredient ing5;
|
|
|
@ -119,7 +119,7 @@ main(int argc, char *argv[])
|
|
|
|
ing5.amount = 2;
|
|
|
|
ing5.amount = 2;
|
|
|
|
ing5.amount_offset = 0;
|
|
|
|
ing5.amount_offset = 0;
|
|
|
|
ing5.units.plural = "";
|
|
|
|
ing5.units.plural = "";
|
|
|
|
ing5.groupID = 1; ing5.group = "Fat & Litquids";
|
|
|
|
ing5.groupID = 1; ing5.group = "Fat & Liquids";
|
|
|
|
recipe.ingList.append( ing5 );
|
|
|
|
recipe.ingList.append( ing5 );
|
|
|
|
|
|
|
|
|
|
|
|
Ingredient ing7;
|
|
|
|
Ingredient ing7;
|
|
|
@ -127,7 +127,7 @@ main(int argc, char *argv[])
|
|
|
|
ing7.amount = 1;
|
|
|
|
ing7.amount = 1;
|
|
|
|
ing7.amount_offset = 0;
|
|
|
|
ing7.amount_offset = 0;
|
|
|
|
ing7.units.name = "tsp.";
|
|
|
|
ing7.units.name = "tsp.";
|
|
|
|
ing7.groupID = 1; ing7.group = "Fat & Litquids";
|
|
|
|
ing7.groupID = 1; ing7.group = "Fat & Liquids";
|
|
|
|
recipe.ingList.append( ing7 );
|
|
|
|
recipe.ingList.append( ing7 );
|
|
|
|
|
|
|
|
|
|
|
|
check( importer, recipe );
|
|
|
|
check( importer, recipe );
|
|
|
|