1 | This file contains some notes about things to try out to give the client-side
|
---|
2 | code in Main a reasonably thorough test. We will add cases of things which
|
---|
3 | have been known to fail in the past to this file as we discover them.
|
---|
4 |
|
---|
5 | *Linux guests*: changes should be tested against the following guests, or
|
---|
6 | equivalent vintages, preferably in 32-bit and 64-bit versions, with no
|
---|
7 | Additions and with 4.2 and 4.3 Additions and with single and dual screens:
|
---|
8 | CentOS 3, CentOS 5, CentOS 6, Current Ubuntu.
|
---|
9 |
|
---|
10 | Mouse interface changes:
|
---|
11 | * Test that mouse integration works.
|
---|
12 | * Test that disabling mouse integration on the fly works.
|
---|
13 |
|
---|
14 | Display interface changed:
|
---|
15 | * Test that dynamic resizing works.
|
---|
16 | * Test that switching to seamless mode and back works.
|
---|