Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnitTest failures #9

Closed
sreich opened this issue Jan 21, 2013 · 0 comments
Closed

UnitTest failures #9

sreich opened this issue Jan 21, 2013 · 0 comments

Comments

@sreich
Copy link
Contributor

sreich commented Jan 21, 2013

The unit tests have no way of running properly because they don't include test16.png, or "missingimage.png". These files aren't in the repo from what I could see, so I wasn't sure what they should be.

grep -Ri ".png"
UnitTest/Button.cpp: pButtonC->SetImage( L"test16.png" );
UnitTest/Button.cpp: pButtonD->SetImage( L"test16.png" );
UnitTest/ImagePanel.cpp: img->SetImage( L"gwen.png" );
UnitTest/ImagePanel.cpp: img->SetImage( L"missingimage.png" );
UnitTest/MenuStrip.cpp: pRoot->GetMenu()->AddItem( L"New", L"test16.png", "Ctrl + N" )->SetAction( this, &ThisClass::MenuItemSelect );
UnitTest/MenuStrip.cpp: pRoot->GetMenu()->AddItem( L"Load", L"test16.png", "Ctrl+L" )->SetAction( this, &ThisClass::MenuItemSelect );
UnitTest/MenuStrip.cpp: pRootB->GetMenu()->AddItem( "Two.Nine", "test16.png" );
UnitTest/MenuStrip.cpp: pRootB->GetMenu()->AddItem( "Six.Five", "test16.png" );
UnitTest/TabControl.cpp: pDragMe->AddPage( L"Reorder" )->SetImage( L"test16.png" );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants