diff test/testemulation.py @ 354:5477e499b039

Added some sort of string functionality
author Windel Bouwman
date Thu, 13 Mar 2014 18:59:06 +0100
parents b8ad45b3a573
children c2ddc8a36f5e
line wrap: on
line diff
--- a/test/testemulation.py	Sun Mar 09 18:49:10 2014 +0100
+++ b/test/testemulation.py	Thu Mar 13 18:59:06 2014 +0100
@@ -80,7 +80,7 @@
         recipe = os.path.join(testdir, '..', 'kernel', 'arm.yaml')
         self.buildRecipe(recipe)
         data = self.runQemu('../kernel/kernel_arm.bin', machine='vexpress-a9')
-        self.assertEqual('e', data[0])
+        self.assertEqual('Welcome to lcfos!', data)
 
 
 if __name__ == '__main__':