Merge remote-tracking branch 'launchpad/3.15'

* launchpad/3.15:
  ioc/db: testdbGetFieldEqual() detect zero size
  Cleanup in asLib
  Allow whitespace before comments in AS config files
  Supress MS warning C4251
  Add a plan to std/filters/test/syncTest.c
  Fix dbUnitTest.c
  avoid void* +=
  Fix and test for macLib losing error status
  update notes
  libCom/test: ipAddrToAsciiTest skip cleanup unless valgrind is possible
  libCom/test: add ipAddrToAsciiTest to testHarness
  Adjusted .gitignore patterns
  libCom/test: add network libraries for Windows builds
  Moved .bzrignore to .gitignore
  libCom/test: add ipAddrToAsciiTest
  libCom: revise ipAddrToAscii
This commit is contained in:
Michael Davidsaver
2017-04-21 16:16:03 -04:00
14 changed files with 554 additions and 261 deletions

View File

@@ -140,7 +140,7 @@ MAIN(syncTest)
int i;
dbEventCtx evtctx;
testPlan(0);
testPlan(139);
dbChannelInit();
evtctx = db_init_events();