diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-05-22 22:43:21 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-05-22 22:43:21 -0400 |
commit | b04a71edaf42577add3b9263101284da808e672d (patch) | |
tree | 6e4bf0c082ec0f7c05dab3ab87d2b8879ad4bece /pts | |
parent | 9fca49041dc00270b95221a6e95db815a7813a3d (diff) | |
download | phoronix-test-suite-upstream-b04a71edaf42577add3b9263101284da808e672d.tar.gz phoronix-test-suite-upstream-b04a71edaf42577add3b9263101284da808e672d.tar.xz phoronix-test-suite-upstream-b04a71edaf42577add3b9263101284da808e672d.zip |
Two minor fixes for nexuiz and openarena test profiles.
Diffstat (limited to 'pts')
-rw-r--r-- | pts/test-profiles/nexuiz.xml | 4 | ||||
-rw-r--r-- | pts/test-profiles/openarena.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pts/test-profiles/nexuiz.xml b/pts/test-profiles/nexuiz.xml index c46b5e8..379e125 100644 --- a/pts/test-profiles/nexuiz.xml +++ b/pts/test-profiles/nexuiz.xml @@ -42,6 +42,10 @@ <Name>1680 x 1050</Name> <Value>+vid_width 1680 +vid_height 1050</Value> </Entry> + <Entry> + <Name>1600 x 1200</Name> + <Value>+vid_width 1600 +vid_height 1200</Value> + </Entry> </Menu> </Option> <Option> diff --git a/pts/test-profiles/openarena.xml b/pts/test-profiles/openarena.xml index e434bab..c1c518e 100644 --- a/pts/test-profiles/openarena.xml +++ b/pts/test-profiles/openarena.xml @@ -43,7 +43,7 @@ <Value>+set r_customWidth 1680 +set r_customHeight 1050</Value> </Entry> <Entry> - <Name>1680 x 1050</Name> + <Name>1600 x 1200</Name> <Value>+set r_customWidth 1600 +set r_customHeight 1200</Value> </Entry> </Menu> |