Add test for recent bugfix

This commit is contained in:
James Westman 2024-07-22 20:38:28 -05:00
parent b33cc7ccd7
commit d0659a43c2
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,10 @@
using Gtk 4.0;
using Adw 1;
template $MyTemplate {
Adw.Breakpoint {
setters {
template.some-prop: true;
}
}
}

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="MyTemplate">
<child>
<object class="AdwBreakpoint">
<setter object="MyTemplate" property="some-prop">true</setter>
</object>
</child>
</template>
</interface>

View file

@ -176,6 +176,7 @@ class TestSamples(unittest.TestCase):
REQUIRE_ADW_1_5 = ["adw_alertdialog_responses"]
SKIP_RUN = [
"adw_breakpoint_template",
"expr_closure",
"expr_closure_args",
"parseable",