mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-17 22:03:37 -06:00
Bazaar: GtestUIExample cosmetic improvements.
git-svn-id: svn://ultimatepp.org/upp/trunk@14994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eee1bd4e46
commit
da73533484
1 changed files with 1 additions and 3 deletions
|
|
@ -55,9 +55,7 @@ TEST_F(AppWindowTest, ApperanceTest)
|
|||
PNGEncoder encoder;
|
||||
if (!FileExists(fileName)) {
|
||||
encoder.SaveFile(fileName, id);
|
||||
Cout() << "Non referal window image. Creating and failing test..\n";
|
||||
ASSERT_TRUE(false);
|
||||
return;
|
||||
ASSERT_TRUE(false) << "Non found referal window image. Creating new one and failing test..\n";
|
||||
}
|
||||
|
||||
auto img = StreamRaster::LoadFileAny(fileName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue