/[svn]/libgig/trunk/src/testcases/GigWriteTest.cpp
ViewVC logotype

Diff of /libgig/trunk/src/testcases/GigWriteTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3475 by schoenebeck, Tue Oct 24 14:30:47 2006 UTC revision 3476 by schoenebeck, Wed Feb 20 19:12:49 2019 UTC
# Line 207  void GigWriteTest::testArticulationsOfCr Line 207  void GigWriteTest::testArticulationsOfCr
207              CPPUNIT_ASSERT(pRegion->VelocityRange.low  == iInstrument - 1);              CPPUNIT_ASSERT(pRegion->VelocityRange.low  == iInstrument - 1);
208              CPPUNIT_ASSERT(pRegion->VelocityRange.high == iInstrument);              CPPUNIT_ASSERT(pRegion->VelocityRange.high == iInstrument);
209              CPPUNIT_ASSERT(pRegion->KeyGroup  == iInstrument - 1);              CPPUNIT_ASSERT(pRegion->KeyGroup  == iInstrument - 1);
210              gig::DimensionRegion* pDimensionRegion = pRegion->GetDimensionRegionByValue((uint[8]){0,0,0,0,0,0,0,0});              const uint dimValues[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
211                gig::DimensionRegion* pDimensionRegion = pRegion->GetDimensionRegionByValue(dimValues);
212              CPPUNIT_ASSERT(pDimensionRegion);              CPPUNIT_ASSERT(pDimensionRegion);
213              CPPUNIT_ASSERT(pDimensionRegion->pSample->pInfo->Name == sOughtToBe);              CPPUNIT_ASSERT(pDimensionRegion->pSample->pInfo->Name == sOughtToBe);
214              iInstrument++;              iInstrument++;

Legend:
Removed from v.3475  
changed lines
  Added in v.3476

  ViewVC Help
Powered by ViewVC