Author: bschussek
Date: 2010-02-17 17:25:59 +0100 (Wed, 17 Feb 2010)
New Revision: 28091
Modified:
tools/lime/branches/2.0/lib/constraint/LimeConstraintNotSame.php
Log:
Fixed text of LimeConstraintNotSame
Modified: tools/lime/branches/2.0/lib/constraint/LimeConstraintNotSame.php
===================================================================
--- tools/lime/branches/2.0/lib/constraint/LimeConstraintNotSame.php
2010-02-17 16:07:26 UTC (rev 28090)
+++ tools/lime/branches/2.0/lib/constraint/LimeConstraintNotSame.php
2010-02-17 16:25:59 UTC (rev 28091)
@@ -31,7 +31,7 @@
}
catch (LimeAssertionFailedException $e)
{
- throw new LimeConstraintException(sprintf("%s\n must not be\n%s",
$e->getActual(), $e->getExpected()));
+ throw new LimeConstraintException(sprintf("%s\n must not be identical
to\n%s", $e->getActual(), $e->getExpected()));
}
}
}
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.