summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-04-01 11:47:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:08:34 +0100
commit6288a3bd6678ed1c7863cfde6eb33b7c28207777 (patch)
tree7d41c526075ef3bcbb1826230d46927637f7394d
parentfc5024e2ed0e4ec2ee234a42fd0403c70c3f819e (diff)
downloadbitbake-6288a3bd6678ed1c7863cfde6eb33b7c28207777.tar.gz
toaster: tests Set MACHINE for the test projects
Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml b/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml
index 2d83ff895..cf35be4be 100644
--- a/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml
+++ b/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml
@@ -22,12 +22,12 @@
</object>
<object pk="1" model="orm.ProjectVariable">
<field to="orm.project" name="project" rel="ManyToOneRel">1</field>
- <field type="CharField" name="name">machine</field>
+ <field type="CharField" name="name">MACHINE</field>
<field type="TextField" name="value">qemux86</field>
</object>
<object pk="2" model="orm.ProjectVariable">
<field to="orm.project" name="project" rel="ManyToOneRel">2</field>
- <field type="CharField" name="name">machine</field>
+ <field type="CharField" name="name">MACHINE</field>
<field type="TextField" name="value">qemux86</field>
</object>
<object pk="1" model="orm.build">