Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Darby Johnston <[email protected]>
  • Loading branch information
darbyjohnston committed Sep 22, 2022
1 parent 5a9cad4 commit 5c1f721
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_serializableCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_search_range", [] {
using namespace otio;
const TimeRange range(RationalTime(0.0, 24.0), RationalTime(24.0, 24.0));
otio::SerializableObject::Retainer<otio::Clip> cl0 =
new otio::Clip();
Expand Down Expand Up @@ -67,6 +68,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_shallow_search", [] {
using namespace otio;
otio::SerializableObject::Retainer<otio::Clip> cl =
new otio::Clip();
otio::SerializableObject::Retainer<otio::Track> tr =
Expand Down
2 changes: 2 additions & 0 deletions tests/test_timeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_search_range", [] {
using namespace otio;
const TimeRange range(RationalTime(0.0, 24.0), RationalTime(24.0, 24.0));
otio::SerializableObject::Retainer<otio::Clip> cl0 =
new otio::Clip();
Expand All @@ -60,6 +61,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_shallow_search", [] {
using namespace otio;
otio::SerializableObject::Retainer<otio::Clip> cl =
new otio::Clip();
otio::SerializableObject::Retainer<otio::Track> tr =
Expand Down
2 changes: 2 additions & 0 deletions tests/test_track.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_search_range", [] {
using namespace otio;
const TimeRange range(RationalTime(0.0, 24.0), RationalTime(24.0, 24.0));
otio::SerializableObject::Retainer<otio::Clip> cl0 =
new otio::Clip();
Expand Down Expand Up @@ -85,6 +86,7 @@ main(int argc, char** argv)
});
tests.add_test(
"test_children_if_shallow_search", [] {
using namespace otio;
otio::SerializableObject::Retainer<otio::Clip> cl0 =
new otio::Clip();
otio::SerializableObject::Retainer<otio::Clip> cl1 =
Expand Down

0 comments on commit 5c1f721

Please sign in to comment.