Fix tests to include video ram size

My commit 3e42867 started filling out the video size in post-parse,
but did not adjust the tests.
This commit is contained in:
Ján Tomko
2016-05-12 14:19:52 +02:00
parent 538012c8a3
commit 96b21fb0ec
73 changed files with 73 additions and 73 deletions

View File

@@ -54,7 +54,7 @@
<listen type='address' address='127.0.0.1'/>
</graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
<model type='cirrus' vram='16384' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/>
</devices>