summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2014-07-28Support pre-compilation of scripts if supported by the engine. Also doesAndrew Branson
this during testing to catch script syntax errors during build. Client shell detects these error and declares them pre-execution.
2014-06-03Put test log in target directory so it is hidden from git.Andrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
steps. Fixes #174 Fixed schema of CreateNewItem and CreateNewAgent.
2014-04-01AbstractMain - remove usage and help, fail if config or connect args areAndrew Branson
missing or the files aren't found. Tests. Fixes #177
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew Branson
instances of an item description. Closes #114
2013-07-15Report time spent marshalling and unmarshalling.andrew
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-05-17Static schema loading method in Test Andrew Branson
2013-03-06Test properties file and memory cluster storage for testing.Andrew Branson
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
2013-02-27Script testing and resulting fixesAndrew Branson