Skip to content

Commit

Permalink
Fix registration
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Dec 31, 2024
1 parent d0c69fc commit 40a3659
Show file tree
Hide file tree
Showing 49 changed files with 126 additions and 119 deletions.
4 changes: 2 additions & 2 deletions harness/tests/FreeformRegistrationFileTestClass.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.freeform.FreeformRegistrationFileTestClass
relativeSourcePath = src/main/kotlin/godot/tests/freeform/FreeformRegistrationFileTestClass.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
6 changes: 3 additions & 3 deletions harness/tests/scripts/CopyModificationCheckTestClass.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqName = CopyModificationCheckTestClass
relativeSourcePath = otherSourceDir/CopyModificationCheckTestClass.kt
baseType = Node3D
supertypes = [
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/CoreTypePropertyChecks.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = CoreTypePropertyChecks
relativeSourcePath = otherSourceDir/CoreTypePropertyChecks.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/ScriptInOtherSourceDir.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = ScriptInOtherSourceDir
relativeSourcePath = otherSourceDir/ScriptInOtherSourceDir.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqName = godot.tests.library.flattened.Simple
relativeSourcePath = src/main/kotlin/godot/tests/library/flattened/Simple.kt
baseType = Node3D
supertypes = [
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqName = godot.tests.library.fqname.Simple
relativeSourcePath = src/main/kotlin/godot/tests/library/fqname/Simple.kt
baseType = Node3D
supertypes = [
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ relativeSourcePath = src/main/kotlin/godot/tests/library/fqname/SimpleChild.kt
baseType = Node3D
supertypes = [
godot.tests.library.fqname.Simple,
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqName = godot.tests.library.hierarchical.Simple
relativeSourcePath = src/main/kotlin/godot/tests/library/hierarchical/Simple.kt
baseType = Node3D
supertypes = [
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/CoreTypesIdentityTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.CoreTypesIdentityTest
relativeSourcePath = src/main/kotlin/godot/tests/CoreTypesIdentityTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/FuncRefTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.FuncRefTest
relativeSourcePath = src/main/kotlin/godot/tests/FuncRefTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
6 changes: 3 additions & 3 deletions harness/tests/scripts/godot/tests/Invocation.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqName = godot.tests.Invocation
relativeSourcePath = src/main/kotlin/godot/tests/Invocation.kt
baseType = Node3D
supertypes = [
godot.Node3D,
godot.Node,
godot.Object,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/JavaTestClass.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.JavaTestClass
relativeSourcePath = src/main/java/godot/tests/JavaTestClass.java
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/LambdaCallableTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.LambdaCallableTest
relativeSourcePath = src/main/kotlin/godot/tests/LambdaCallableTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.MultiArgsConstructorTest
relativeSourcePath = src/main/kotlin/godot/tests/MultiArgsConstructorTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.args.ConstructorArgSizeTest
relativeSourcePath = src/main/kotlin/godot/tests/args/ConstructorArgSizeTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.args.FunctionArgSizeTest
relativeSourcePath = src/main/kotlin/godot/tests/args/FunctionArgSizeTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/binding/BindingA.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.binding.BindingA
relativeSourcePath = src/main/kotlin/godot/tests/binding/BindingA.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/binding/BindingB.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.binding.BindingB
relativeSourcePath = src/main/kotlin/godot/tests/binding/BindingB.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
2 changes: 1 addition & 1 deletion harness/tests/scripts/godot/tests/binding/BindingTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fqName = godot.tests.binding.BindingTest
relativeSourcePath = src/main/kotlin/godot/tests/binding/BindingTest.kt
baseType = Object
supertypes = [
godot.Object,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.callable.CallableMethodBindTest
relativeSourcePath = src/main/kotlin/godot/tests/callable/CallableMethodBindTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.constructor.ConstructorRegistrationTest
relativeSourcePath = src/main/kotlin/godot/tests/constructor/ConstructorRegistrationTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/coretypes/BasisTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.coretypes.BasisTest
relativeSourcePath = src/main/kotlin/godot/tests/coretypes/BasisTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/coretypes/StringTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.coretypes.StringTest
relativeSourcePath = src/main/kotlin/godot/tests/coretypes/StringTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/coretypes/Vector3Test.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.coretypes.Vector3Test
relativeSourcePath = src/main/kotlin/godot/tests/coretypes/Vector3Test.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fqName = godot.tests.coroutine.CoroutineTest
relativeSourcePath = src/main/kotlin/godot/tests/coroutine/CoroutineTest.kt
baseType = Object
supertypes = [
godot.Object,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/exception/ExceptionTest.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.exception.ExceptionTest
relativeSourcePath = src/main/kotlin/godot/tests/exception/ExceptionTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ relativeSourcePath = src/main/kotlin/godot/tests/inheritance/AbstractClassInheri
baseType = Node
supertypes = [
godot.tests.inheritance.AbstractClassInheritanceParent,
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ relativeSourcePath = src/main/kotlin/godot/tests/inheritance/AbstractClassInheri
baseType = CharacterBody3D
supertypes = [
godot.tests.inheritance.AbstractClassInheritanceEmptyParent,
godot.CharacterBody3D,
godot.PhysicsBody3D,
godot.CollisionObject3D,
godot.Node3D,
godot.Node,
godot.Object,
godot.api.CharacterBody3D,
godot.api.PhysicsBody3D,
godot.api.CollisionObject3D,
godot.api.Node3D,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ relativeSourcePath = src/main/kotlin/godot/tests/inheritance/ClassInheritanceChi
baseType = Node
supertypes = [
godot.tests.inheritance.ClassInheritanceParent,
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.inheritance.ClassInheritanceParent
relativeSourcePath = src/main/kotlin/godot/tests/inheritance/ClassInheritanceParent.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
4 changes: 2 additions & 2 deletions harness/tests/scripts/godot/tests/instance/NodeInstance.gdj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.instance.NodeInstance
relativeSourcePath = src/main/kotlin/godot/tests/instance/NodeInstance.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fqName = godot.tests.instance.ObjectInstance
relativeSourcePath = src/main/kotlin/godot/tests/instance/ObjectInstance.kt
baseType = Object
supertypes = [
godot.Object,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.instance.RefCountedInstance
relativeSourcePath = src/main/kotlin/godot/tests/instance/RefCountedInstance.kt
baseType = RefCounted
supertypes = [
godot.RefCounted,
godot.Object,
godot.api.RefCounted,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.packedarray.PackedArrayTest
relativeSourcePath = src/main/kotlin/godot/tests/packedarray/PackedArrayTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fqName = godot.tests.reflection.BaseReflectionTest
relativeSourcePath = src/main/kotlin/godot/tests/reflection/BaseReflectionTest.kt
baseType = Node
supertypes = [
godot.Node,
godot.Object,
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer,
Expand Down
Loading

0 comments on commit 40a3659

Please sign in to comment.