diff options
Diffstat (limited to 'ui/tests/windows/resources.cpp')
| -rw-r--r-- | ui/tests/windows/resources.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/tests/windows/resources.cpp b/ui/tests/windows/resources.cpp index b9ac42e..022f3c4 100644 --- a/ui/tests/windows/resources.cpp +++ b/ui/tests/windows/resources.cpp @@ -12,13 +12,3 @@ TEST_CASE("GResource for tracker") REQUIRE(builder); } } - -TEST_CASE("GResource for participant_editor") -{ - auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/participant_editor.ui"); - - SECTION("can create Gtk.Builder for the participant_editor window UI definition") - { - REQUIRE(builder); - } -}
\ No newline at end of file |
