Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding tests folder #41

Open
wants to merge 1 commit into
base: blazium-dev
Choose a base branch
from

Conversation

ArrowsFlying
Copy link

Things left to look into that I did not touch:

tests/core/io/test_marshalls.h:149 - Godot name in number of characters
tests/core/io/test_packet_peer.h - file does not exist
tests/core/io/test_pck_packer.h:114 - length
tests/core/string/test_string.h

  • :303 titleized change?
  • :295 & :308 keep Godoh ?
    tests/core/string/test_string.h:1783 - TEST_CASE("[String] SHA1/SHA256/MD5") line count different, no checks on urls
    image files to change:
  • tests/data/images/icon.bmp
  • tests/data/images/icon.jpg
  • tests/data/images/icon.png
  • tests/data/images/icon.webp

Copy link

@jss2a98aj jss2a98aj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually need to rebrand tests? None of the changes here are going to be seen by end users.

@@ -141,7 +141,7 @@ TEST_CASE("[Marshalls] Floating point double precision decoding") {
}

TEST_CASE("[Marshalls] C string encoding") {
char cstring[] = "Godot"; // 5 characters
char cstring[] = "Blazium"; // 5 characters

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Blazium" is a little bit longer than 5 characters.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On line 149 there's ca character size check. Checks every character. Didn't touch

@ArrowsFlying
Copy link
Author

Do we actually need to rebrand tests? None of the changes here are going to be seen by end users.

Only did as instructed :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants