Index: /CKTester/runners/yuitest/extension.js
===================================================================
--- /CKTester/runners/yuitest/extension.js	(revision 4375)
+++ /CKTester/runners/yuitest/extension.js	(revision 4376)
@@ -83,5 +83,5 @@
 	};
 
-	var native = YAHOO.tool.TestCase;
+	var original = YAHOO.tool.TestCase;
 
 	// Override the original constructor to wave in template processing logics.
@@ -116,8 +116,8 @@
 		}
 
-		return native.call( this, template );
-	};
-	YAHOO.tool.TestCase.prototype = native.prototype;
-	YAHOO.tool.TestCase.Wait = native.Wait;
+		return original.call( this, template );
+	};
+	YAHOO.tool.TestCase.prototype = original.prototype;
+	YAHOO.tool.TestCase.Wait = original.Wait;
 
 	// Copy the whole YAHOO.tool.TestRuner._resumeTest codes here just to modify it for
