Skip to content

Commit

Permalink
adjusted test files to ensure unique hashes across the files
Browse files Browse the repository at this point in the history
  • Loading branch information
dakbhavesh authored and Bhavesh Shah committed Jun 8, 2024
1 parent 4916bb8 commit 843af30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/examples/epcisXmlDocHavingEventWithIgnoreFields.hashes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ni:///sha-256;573a43267f95d2ddbe7e7487ad3ffb89e78ee8c72a296b868d9e5baeb8baef34?ver=CBV2.0
ni:///sha-256;1e6c7bbfc2d3f744e99af09ad8216505b72f0ced383e391f92ab92674dc906c4?ver=CBV2.0
ni:///sha-256;2e3080ec5bfad98586d73f1943fae80e201613c1b2c0f084b3b8cd5976aaea5c?ver=CBV2.0
ni:///sha-256;bfcf5b87dd396d4f7b266e33d4a969dc5250344ed0e47e85ce8e26d1adadad11?ver=CBV2.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eventType=ObjectEventeventTime=2024-06-08T08:58:56.591ZeventTimeZoneOffset=+02:00quantityListquantityElementepcClass=https://id.gs1.org/01/04054739999612/10/2015-03-30aquantity=150uom=KGMaction=ADDbizStep=https://ref.gs1.org/cbv/BizStep-commissioningreadPointid=https://id.gs1.org/414/4054738000050{https://ns.example.com/epcis/}testField4=ABC
eventType=ObjectEventeventTime=2024-06-08T08:58:56.591ZeventTimeZoneOffset=+02:00quantityListquantityElementepcClass=https://id.gs1.org/01/04054739999612/10/2015-03-30aquantity=150uom=KGMaction=ADDbizStep=https://ref.gs1.org/cbv/BizStep-commissioningreadPointid=https://id.gs1.org/414/4054738000050{https://ns.example.com/epcis/}testField3=XYZ
eventType=ObjectEventeventTime=2024-06-08T08:58:56.591ZeventTimeZoneOffset=+02:00quantityListquantityElementepcClass=https://id.gs1.org/01/04054739999612/10/2015-03-30aquantity=150uom=KGMaction=ADDbizStep=https://ref.gs1.org/cbv/BizStep-commissioningreadPointid=https://id.gs1.org/414/4054738000050{https://ns.example.com/epcis/}testField4=ABCD
eventType=ObjectEventeventTime=2024-06-08T08:58:56.591ZeventTimeZoneOffset=+02:00quantityListquantityElementepcClass=https://id.gs1.org/01/04054739999612/10/2015-03-30aquantity=150uom=KGMaction=ADDbizStep=https://ref.gs1.org/cbv/BizStep-commissioningreadPointid=https://id.gs1.org/414/4054738000050{https://ns.example.com/epcis/}testField3=PQRS
8 changes: 4 additions & 4 deletions tests/examples/epcisXmlDocHavingEventWithIgnoreFields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</quantityElement>
</quantityList>
</extension>
<example:testField1>123</example:testField1>
<example:testField4>ABC</example:testField4>
<example:testField1>1234</example:testField1>
<example:testField4>ABCD</example:testField4>
</ObjectEvent>
<ObjectEvent>
<eventTime>2024-06-08T10:58:56.591+02:00</eventTime>
Expand All @@ -53,8 +53,8 @@
</quantityElement>
</quantityList>
</extension>
<example:testField2>123</example:testField2>
<example:testField3>XYZ</example:testField3>
<example:testField2>1234</example:testField2>
<example:testField3>PQRS</example:testField3>
</ObjectEvent>
</EventList>
</EPCISBody>
Expand Down

0 comments on commit 843af30

Please sign in to comment.