mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
fix(term): remove selection mode enum from tests
The SelectionMode enum is only used internally, so it can be removed from tests of the public interface.
This commit is contained in:
parent
13cf5ba023
commit
fa28b7d6c2
1 changed files with 0 additions and 5 deletions
|
@ -80,11 +80,6 @@ class TestInterface:
|
||||||
|
|
||||||
# Enums.
|
# Enums.
|
||||||
|
|
||||||
# TODO: Implement SelectionMode enum.
|
|
||||||
func xtest_has_enum_selection_mode():
|
|
||||||
assert_eq(described_class.SELECTION_MODE_NONE, 0)
|
|
||||||
assert_eq(described_class.SELECTION_MODE_POINTER, 1)
|
|
||||||
|
|
||||||
# TODO: Implement UpdateMode enum.
|
# TODO: Implement UpdateMode enum.
|
||||||
func xtest_has_enum_update_mode():
|
func xtest_has_enum_update_mode():
|
||||||
assert_eq(described_class.UPDATE_MODE_DISABLED, 0)
|
assert_eq(described_class.UPDATE_MODE_DISABLED, 0)
|
||||||
|
|
Loading…
Reference in a new issue