DynamoDS / RevitTestFramework

Unit Testing on Revit
119 stars 81 forks source link

Fix issues in the console application #15

Closed Randy-Ma closed 9 years ago

Randy-Ma commented 9 years ago

@ikeough

The console application fails when it is parsing the arguments. The reason is that the runner is still null at the time. This submission assigns the value to the setup data instead of the runner. Thus there will be no error any more.

There is also a project which fails to compile because a reference which is used is not specified. This submission will add the missing reference.

Randy-Ma commented 9 years ago

@ikeough

I am merging this first. If there are any issues, I will fix them later.