Enable multi-base support for RBA + Qt binding

This commit is contained in:
Matthias Koefferlein
2021-12-11 00:14:10 +01:00
parent 0aca56b1c6
commit ca304b15c8
6 changed files with 57 additions and 47 deletions
+1
View File
@@ -3019,6 +3019,7 @@ class Basic_TestClass < TestBase
bb.set1(17) # B1
assert_equal(bb.get1, 17) # B1
bb.set1(21) # B1
assert_equal(RBA::B3::E::E3B.to_i, 101) # B3
assert_equal(bb.get1, 21) # B1
assert_equal(RBA::BB::C2, 17) # B2