Fixed the core issue (nil was not working as return value of a factory method)

This commit is contained in:
Matthias Koefferlein
2026-08-25 20:36:29 +02:00
parent 3c669eb5eb
commit a6900e091e
4 changed files with 26 additions and 1 deletions
+4
View File
@@ -3252,6 +3252,10 @@ class Basic_TestClass < TestBase
GC.start
assert_equal(RBA::GObject.g_inst_count, gc)
gf = RBANilGFactory::new
go = RBA::GFactory.create_f(gf, 17)
assert_equal(go, nil)
end
# keyword arguments, enums and error messages