Skip to content

Commit fbbe457

Browse files
committed
Removing debug code for Caption effect unit tests
1 parent bcade0c commit fbbe457

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Caption.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
6666

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

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

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

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

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

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

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

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

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

204199
#ifdef _WIN32
205200
// Windows pixel location

0 commit comments

Comments
 (0)