radec94 / stagger

Automatically exported from code.google.com/p/stagger
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

frame1 == frame2, tag1 == tag2 #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for comparing frames and tags for semantic equality.

Comparing frames/tags using encode() would be much too strict: we probably do 
not want the tag's padding or the frame's text encoding or any tag/frame 
flags to affect the outcome.

This would be highly useful for unit testing.

Original issue reported on code.google.com by Karoly.Lorentey on 21 Jun 2009 at 12:01

GoogleCodeExporter commented 9 years ago
On second thought, I think it's better to compare flags and encodings as well.

Original comment by Karoly.Lorentey on 21 Jun 2009 at 3:40

GoogleCodeExporter commented 9 years ago
This issue was closed by r26.

Original comment by Karoly.Lorentey on 21 Jun 2009 at 3:52