USPTO / PatentPublicData

Utility tools to help download and parse patent data made available to the public
Other
182 stars 80 forks source link

Maven build fails #77

Closed mustberuss closed 5 years ago

mustberuss commented 5 years ago

My maven build fails in PatentDocument on the CPC() test in ClassificationNodeTest. The asserts are checking the cpcs in physical order but cpcClazs is a SortedSet. The test passes and the build succeeds if the asserts are rearranged alphabetically. PR to follow assuming that is the proper protocol (issue first, then PR).