summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-28 11:18:49 -0400
committerPietro Gagliardi <[email protected]>2014-08-28 11:18:49 -0400
commit65a0786689f2ca9c714392635b93ef90b4091502 (patch)
treeb9f51e76767f227bf4db8d213da02e77a5917ed0
parent1d4848e109739583c6fa7e4dd79d4307b393c2b5 (diff)
Added empty Group test.
-rw-r--r--redo/zz_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index dbf68bc..16af837 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -167,6 +167,7 @@ func (tw *testwin) make(done chan struct{}) {
})
tw.t.Append("Image List Table", tw.icontbl)
tw.group2 = NewGroup("Group", NewButton("Button in Group"))
+ tw.t.Append("Empty Group", NewGroup("Group", Space()))
tw.t.Append("Filled Group", tw.group2)
tw.group = NewGroup("Group", NewVerticalStack(NewCheckbox("Checkbox in Group")))
tw.t.Append("Group", tw.group)