[GitHub] trafficserver pull request: atscppapi: Locking fix in xform and ut...

2014-03-10 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/60 atscppapi: Locking fix in xform and utility macro for logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange/traffi

[GitHub] trafficserver pull request: docs: Fix Metalink RFC number, s/plugi...

2014-03-10 Thread jablko
GitHub user jablko opened a pull request: https://github.com/apache/trafficserver/pull/59 docs: Fix Metalink RFC number, s/plugins.config/plugin.config, and minor... ... edits You can merge this pull request into a Git repository by running: $ git pull https://github.com/jablko

Re: TDD/Unit testing ATS plugins

2014-03-10 Thread James Peach
On Mar 8, 2014, at 5:28 PM, Alan Cabrera wrote: > So, I took a crack at this and it seems that InkAPI.cc has a mix of API and > utility code; utility code being calls such as TSUrlSchemeGet(). > > To me it seems to only make sense to mock API calls such as > TSPluginRegister() and _TSmall