X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=deconvolution_sharpen_effect_test.cpp;h=ab1a5a4a5fc50b48da348f5feba3180e54a0ac0c;hp=ba821cee6231a6f133827f743325b448ab772300;hb=61e2a7671f7b22227dcdc34dd303ae4fcc802aaa;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e 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