X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=deconvolution_sharpen_effect_test.cpp;h=ab1a5a4a5fc50b48da348f5feba3180e54a0ac0c;hb=54d47f65e9abac77229636fbaaefea8caf34a4d4;hp=ba821cee6231a6f133827f743325b448ab772300;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e;p=movit diff --git a/deconvolution_sharpen_effect_test.cpp b/deconvolution_sharpen_effect_test.cpp index ba821ce..ab1a5a4 100644 --- a/deconvolution_sharpen_effect_test.cpp +++ b/deconvolution_sharpen_effect_test.cpp @@ -1,6 +1,6 @@ // Unit tests for DeconvolutionSharpenEffect. -#include +#include #include #include @@ -10,6 +10,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(DeconvolutionSharpenEffectTest, IdentityTransformDoesNothing) { const int size = 4; @@ -232,3 +234,5 @@ TEST(DeconvolutionSharpenEffectTest, CircularDeconvolutionKeepsAlpha) { expect_equal(expected_alpha, out_data, size, size); } + +} // namespace movit