Fixing warnings in the VCM tests. Also fixes a couple of bugs related
to those warnings. Review URL: http://webrtc-codereview.appspot.com/98003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@293 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "quality_modes_test.h"
|
||||
#include "../source/event.h"
|
||||
#include "test_macros.h"
|
||||
#include "vplib.h"
|
||||
|
||||
#include <iostream>
|
||||
@@ -124,6 +125,16 @@ QualityModesTest::Print()
|
||||
printf("SSIM: %f \n", ssim);
|
||||
}
|
||||
(_log) << std::endl;
|
||||
|
||||
printf("\nVCM Qualit Modes Test: \n\n%i tests completed\n", vcmMacrosTests);
|
||||
if (vcmMacrosErrors > 0)
|
||||
{
|
||||
printf("%i FAILED\n\n", vcmMacrosErrors);
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("ALL PASSED\n\n");
|
||||
}
|
||||
}
|
||||
void
|
||||
QualityModesTest::Teardown()
|
||||
|
||||
Reference in New Issue
Block a user