You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/example-empty-file/expected_results.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
{
6
6
"name": "test_add_1_and_2",
7
7
"status": "error",
8
-
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_2_numbers' in base 'RefCounted (example_empty_file.gd)'.\n at: test_add_1_and_2 (res://tests/example-empty-file/example_empty_file_test.gd:2)\n"
8
+
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_2_numbers' in base 'RefCounted (example_empty_file.gd)'.\n at: test_add_1_and_2 (/opt/exercism/gdscript/test-runner/tests/example-empty-file/example_empty_file_test.gd:2)\n"
9
9
},
10
10
{
11
11
"name": "test_add_10_and_20",
12
12
"status": "error",
13
-
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_2_numbers' in base 'RefCounted (example_empty_file.gd)'.\n at: test_add_10_and_20 (res://tests/example-empty-file/example_empty_file_test.gd:6)\n"
13
+
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_2_numbers' in base 'RefCounted (example_empty_file.gd)'.\n at: test_add_10_and_20 (/opt/exercism/gdscript/test-runner/tests/example-empty-file/example_empty_file_test.gd:6)\n"
Copy file name to clipboardExpand all lines: tests/example-execution-error/expected_results.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
{
11
11
"name": "test_0",
12
12
"status": "error",
13
-
"message": "SCRIPT ERROR: Division by zero error in operator '/'.\n at: divide (res://tests/example-execution-error/example_execution_error.gd:2)\n"
13
+
"message": "SCRIPT ERROR: Division by zero error in operator '/'.\n at: divide (/opt/exercism/gdscript/test-runner/tests/example-execution-error/example_execution_error.gd:2)\n"
Copy file name to clipboardExpand all lines: tests/example-incorrect-number-of-arguments/expected_results.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
{
6
6
"name": "test_too_few_args",
7
7
"status": "error",
8
-
"message": "SCRIPT ERROR: Invalid call to function 'add_numbers' in base 'RefCounted (example_incorrect_number_of_arguments.gd)'. Expected 2 arguments.\n at: test_too_few_args (res://tests/example-incorrect-number-of-arguments/example_incorrect_number_of_arguments_test.gd:2)\n"
8
+
"message": "SCRIPT ERROR: Invalid call to function 'add_numbers' in base 'RefCounted (example_incorrect_number_of_arguments.gd)'. Expected 2 arguments.\n at: test_too_few_args (/opt/exercism/gdscript/test-runner/tests/example-incorrect-number-of-arguments/example_incorrect_number_of_arguments_test.gd:2)\n"
9
9
},
10
10
{
11
11
"name": "test_too_many_args",
12
12
"status": "error",
13
-
"message": "SCRIPT ERROR: Invalid call to function 'add_numbers' in base 'RefCounted (example_incorrect_number_of_arguments.gd)'. Expected 2 arguments.\n at: test_too_many_args (res://tests/example-incorrect-number-of-arguments/example_incorrect_number_of_arguments_test.gd:6)\n"
13
+
"message": "SCRIPT ERROR: Invalid call to function 'add_numbers' in base 'RefCounted (example_incorrect_number_of_arguments.gd)'. Expected 2 arguments.\n at: test_too_many_args (/opt/exercism/gdscript/test-runner/tests/example-incorrect-number-of-arguments/example_incorrect_number_of_arguments_test.gd:6)\n"
Copy file name to clipboardExpand all lines: tests/example-invalid-argument-type/expected_results.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
{
16
16
"name": "test_integer",
17
17
"status": "error",
18
-
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'ends_with' in base 'int'.\n at: check_something (res://tests/example-invalid-argument-type/example_invalid_argument_type.gd:3)\n"
18
+
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'ends_with' in base 'int'.\n at: check_something (/opt/exercism/gdscript/test-runner/tests/example-invalid-argument-type/example_invalid_argument_type.gd:3)\n"
0 commit comments