I updated the large image save test in offscreensae.py after rebuilding mesagl on poodle that allows saving larger images than previously. I then added additional tests at larger image sizes including sizes that are too large that will automatically get scaled down so that they aren't too large.
Type of change
[X] Other - Update tests
How Has This Been Tested?
I made the changes on the test system and ran the tests with --no-cleanup so that I could look at the images saved. They all looked correct and when I ran the offscreensave.py test it passed.
Description
I updated the large image save test in
offscreensae.py
after rebuildingmesagl
onpoodle
that allows saving larger images than previously. I then added additional tests at larger image sizes including sizes that are too large that will automatically get scaled down so that they aren't too large.Type of change
How Has This Been Tested?
I made the changes on the test system and ran the tests with
--no-cleanup
so that I could look at the images saved. They all looked correct and when I ran theoffscreensave.py
test it passed.Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added new baselines for any new tests to the repo.[ ] I have NOT made any changes to protocol or public interfaces in an RC branch.