|
From: <luk...@us...> - 2007-05-29 18:30:03
|
Revision: 164
http://svn.sourceforge.net/asunit/?rev=164&view=rev
Author: lukebayes
Date: 2007-05-29 11:29:18 -0700 (Tue, 29 May 2007)
Log Message:
-----------
Updated comment for AssertNotSame as per Brad Beattie update
Modified Paths:
--------------
trunk/framework/as3/asunit/framework/Assert.as
Modified: trunk/framework/as3/asunit/framework/Assert.as
===================================================================
--- trunk/framework/as3/asunit/framework/Assert.as 2007-05-15 17:32:43 UTC (rev 163)
+++ trunk/framework/as3/asunit/framework/Assert.as 2007-05-29 18:29:18 UTC (rev 164)
@@ -181,7 +181,7 @@
failNotSame(message, expected, actual);
}
/**
- * Asserts that two objects refer to the same object. If they are not
+ * Asserts that two objects do not refer to the same object. If they do,
* an AssertionFailedError is thrown with the given message.
*/
static public function assertNotSame(...args:Array):void {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|