[oe-commits] [bitbake] 42/45: toaster: tests Set MACHINE for the test projects

git at git.openembedded.org git at git.openembedded.org
Wed Apr 6 22:12:00 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 6288a3bd6678ed1c7863cfde6eb33b7c28207777
Author: Michael Wood <michael.g.wood at intel.com>
AuthorDate: Fri Apr 1 11:47:32 2016 +0100

    toaster: tests Set MACHINE for the test projects
    
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml | 4 ++--
 1 file 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 2d83ff8..cf35be4 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">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list