X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FTest%2FSALOMEDSTest_AttributeSequenceOfInteger.cxx;h=9adef01903a345a02b7329fc2b16b1080f16ee63;hb=4b14a3f48efda72f90b88c78c6ae02153631dfd6;hp=e2c3e774449ce39de46def1a6f3856de4c684b90;hpb=66b7b8c5d71f081f82f5dad2a3221a53ba9e4ee5;p=modules%2Fkernel.git diff --git a/src/SALOMEDS/Test/SALOMEDSTest_AttributeSequenceOfInteger.cxx b/src/SALOMEDS/Test/SALOMEDSTest_AttributeSequenceOfInteger.cxx index e2c3e7744..9adef0190 100755 --- a/src/SALOMEDS/Test/SALOMEDSTest_AttributeSequenceOfInteger.cxx +++ b/src/SALOMEDS/Test/SALOMEDSTest_AttributeSequenceOfInteger.cxx @@ -91,7 +91,7 @@ void SALOMEDSTest::testAttributeSequenceOfInteger() CPPUNIT_ASSERT(_attr->Value(4) == 5); - //Check processing of invalid indicies + //Check processing of invalid indices bool isRaised = false; try { _attr->Value(-1);