src/core/test/attribute-test-suite.cc
changeset 8765 b89660102b63
parent 7884 963d5bfe9c52
child 8996 d0e0a162a990
--- a/src/core/test/attribute-test-suite.cc	Fri May 11 16:42:40 2012 +0200
+++ b/src/core/test/attribute-test-suite.cc	Mon May 14 18:15:22 2012 +0200
@@ -780,7 +780,7 @@
   //
   // Get the Object pointer from the value.
   //
-  Ptr<Object> a = map.Get (0);
+  Ptr<Object> a = map.Get (1);
   NS_TEST_ASSERT_MSG_NE (a, 0, "Ptr<Object> from VectorValue \"TestMap1\" is zero");
 
   //