Skip to content

Empty collections and date range tests added

Compare
Choose a tag to compare
@zozlak zozlak released this 06 Aug 13:34
· 13 commits to master since this release
  • Empty collections are not accepted any more
  • If there is a (...)Start(...) property but no corresponding (...)End(...) property, the corresponding (...)End(...) property is added with the same value as the (...)Start(...) one.
  • A (...)Start(...) property value must be lower or equal to a corresponding (...)End(...) property value.