Highgui test output fixes.

Useless output to console fixed;
Test output files moved from cwd to temp folder.
(cherry picked from commit 87935f3560)
This commit is contained in:
Alexander Smorkalov
2014-01-31 12:49:10 +04:00
parent 32414afe72
commit ca10e5e8ae
2 changed files with 1 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public:
stringstream s;
s << tag;
const string filename = "output_"+s.str()+".avi";
const string filename = tempfile((s.str()+".avi").c_str());
try
{