Rename testdata.fc to testdata.conf
No real changes, just use a more clear and longer (which will be important for the next commit) name for a test file. Remove the non-existing samples/console/testdata.gc from make_dist.mk (there are other non-existing files still referenced there).
This commit is contained in:
parent
c39c119707
commit
1e683c1401
9 changed files with 6 additions and 8 deletions
|
|
@ -124,7 +124,7 @@ void TextStreamTestCase::Endline()
|
|||
|
||||
void TextStreamTestCase::MiscTests()
|
||||
{
|
||||
wxString filename = wxT("testdata.fc");
|
||||
wxString filename = wxT("testdata.conf");
|
||||
wxFileInputStream fsIn(filename);
|
||||
if ( !fsIn.IsOk() )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue