diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Improvements ExplorerTestFixture.SimpleComponentTestScope method #214

Closed AndreiBozantan closed 4 years ago

AndreiBozantan commented 4 years ago

The ExplorerTestFixture.SimpleComponentTestScope method should be modified so that it gets the columnInfo information using a API query instead of manually specifying it as a parameter, which is a bit error-prone

Originally posted by @dandanlen in https://github.com/diffix/explorer/pull/212

AndreiBozantan commented 4 years ago

fixed with #238