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

Adding integration tests for the "type" attribute #290

Merged
merged 1 commit into from
May 20, 2024

Conversation

AsherGlick
Copy link
Owner

Type is one of the most important fields in xml. Adding some tests to make sure we are doing it right.

Choose a reason for hiding this comment

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

Full Diff

Choose a reason for hiding this comment

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

Full Diff
--- xml_converter/integration_tests/test_cases/type_valid/output_proto/markers.bin.textproto._old	2024-05-19 13:07:23.023748094 +0000
+++ xml_converter/integration_tests/test_cases/type_valid/output_proto/markers.bin.textproto._new	2024-05-19 13:07:23.027748107 +0000
@@ -0,0 +1,44 @@
+category {
+  icon {
+    map_id: 50
+    position {
+      x: 169.81
+      y: 210.65
+      z: 215.83
+    }
+  }
+  id: "(\350\314\006\302\223^\226"
+}
+category {
+  children {
+    children {
+      icon {
+        map_id: 50
+        position {
+          x: 169.81
+          y: 210.65
+          z: 215.83
+        }
+      }
+      id: "p,T\324\205\337\210\244"
+    }
+    icon {
+      map_id: 50
+      position {
+        x: 169.81
+        y: 210.65
+        z: 215.83
+      }
+    }
+    id: "\270\232\334\270\267xj\317"
+  }
+  icon {
+    map_id: 50
+    position {
+      x: 169.81
+      y: 210.65
+      z: 215.83
+    }
+  }
+  id: ",\222\247\355j@\016:"
+}

Base automatically changed from achivement_bit_fixes to xml_converter May 20, 2024 19:32
@AsherGlick AsherGlick merged commit 42e6ed9 into xml_converter May 20, 2024
13 checks passed
@AsherGlick AsherGlick deleted the marker_type_test branch May 20, 2024 19:33
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