mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix toolwindow weight serialization
This commit is contained in:
@@ -53,6 +53,8 @@ internal class WindowInfoTest {
|
||||
val a = WindowInfoImpl()
|
||||
a.id = "a"
|
||||
a.weight = 0.3f
|
||||
doSerializerTest("""<window_info id="a" weight="0.3" />""", a)
|
||||
a.weight = WindowInfoImpl.DEFAULT_WEIGHT
|
||||
doSerializerTest("""<window_info id="a" />""", a)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user