Searched refs:testFile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp734 const CPath testFile = CPath(wxT("TestFile.dat")); variable
740 if (testFile.FileExists()) {
741 if (!CPath::RemoveFile(testFile)) {
748 if (testFile.FileExists()) {
749 CPath::RemoveFile(testFile);
778 ASSERT_TRUE(file.Create(testFile, false, testMode));
779 ASSERT_EQUALS(testFile, file.GetFilePath());
784 CFile file(testFile, CFile::read);
788 ASSERT_EQUALS(testFile, file.GetFilePath());
796 CFile file(testFile, CFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp177 wxMenu *testFile = new wxMenu; local
178 testFile->Append(Minimal_PrintSmall, _("Small Printer Fonts"));
179 testFile->Append(Minimal_PrintNormal, _("Normal Printer Fonts"));
180 testFile->Append(Minimal_PrintHuge, _("Huge Printer Fonts"));
185 menuBar->Append(testFile, _("&Test"));

Completed in 121 milliseconds