cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
380 stars 165 forks source link

Cleanup in package.py #64

Closed kallemooo closed 4 years ago

kallemooo commented 4 years ago

Removed automatic creation of a default code descriptor. This is not needed and can be removed.

This change causes an update in multiple arxml files in expected_gen, there the default code descriptor is removed.

In one file is code descriptor handling tested and that test is extended with two descriptors.

All tests passes and the arxml files in expected_gen passes schema validation tests.