diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/test/inventory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/test/inventory.cpp b/linden/indra/test/inventory.cpp index 7c81dbe..3899dfc 100644 --- a/linden/indra/test/inventory.cpp +++ b/linden/indra/test/inventory.cpp | |||
@@ -453,9 +453,7 @@ namespace tut | |||
453 | ensure_equals("9.sale price::getSalePrice() failed price", src1->getSaleInfo().getSalePrice(), src2->getSaleInfo().getSalePrice()); | 453 | ensure_equals("9.sale price::getSalePrice() failed price", src1->getSaleInfo().getSalePrice(), src2->getSaleInfo().getSalePrice()); |
454 | ensure_equals("10.name::getName() failed", src1->getName(), src2->getName()); | 454 | ensure_equals("10.name::getName() failed", src1->getName(), src2->getName()); |
455 | ensure_equals("11.description::getDescription() failed", src1->getDescription(), src2->getDescription()); | 455 | ensure_equals("11.description::getDescription() failed", src1->getDescription(), src2->getDescription()); |
456 | 456 | //skip_fail("12.creation::getCreationDate()"); | |
457 | |||
458 | skip_fail("12.creation::getCreationDate()"); | ||
459 | ensure_equals("12.creation::getCreationDate() failed", src1->getCreationDate(), src2->getCreationDate()); | 457 | ensure_equals("12.creation::getCreationDate() failed", src1->getCreationDate(), src2->getCreationDate()); |
460 | } | 458 | } |
461 | 459 | ||