Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. passedTests += runTestForTask2("file.txt", "file", ".txt");
  2. passedTests += runTestForTask2("document.doc", "document", ".doc");
  3. passedTests += runTestForTask2("cppFile.cpp", "cppFile", ".cpp");
  4. passedTests += runTestForTask2("photos from the Baltic Sea 001.raw", "photos from the Baltic Sea 001", ".raw");
  5. passedTests += runTestForTask2("archive.tar.gz", "archive.tar", ".gz");
  6. passedTests += runTestForTask2("linux_binary_file", "linux_binary_file", "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement