Skip to content

Commit

Permalink
Removing debug code for Caption effect unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Feb 14, 2023
1 parent bcade0c commit fbbe457
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Caption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )

// Get frame
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
f->Save("audio-caption-line-64.png", 1.0);

#ifdef _WIN32
// Windows pixel location
Expand All @@ -92,7 +91,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )

// Get timeline frame
f = t.GetFrame(10);
f->Save("audio-caption-line-81.png", 1.0);

#ifdef _WIN32
// Windows pixel location
Expand Down Expand Up @@ -132,7 +130,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )

// Get frame
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
f->Save("audio-caption-line-109.png", 1.0);

#ifdef _WIN32
// Windows pixel location
Expand All @@ -158,7 +155,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )

// Get timeline frame
f = t.GetFrame(10);
f->Save("audio-caption-line-125.png", 1.0);

#ifdef _WIN32
// Windows pixel location
Expand Down Expand Up @@ -199,7 +195,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )

// Get frame
std::shared_ptr<openshot::Frame> f = clip1.GetFrame(10);
f->Save("audio-caption-line-156.png", 1.0);

#ifdef _WIN32
// Windows pixel location
Expand Down

0 comments on commit fbbe457

Please sign in to comment.