<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -202,7 +202,7 @@ var QUnit = {
 	},
 	
 	same: function(a, b, message) {
-		push(equiv(a, b), a, b, message);
+		push(QUnit.equiv(a, b), a, b, message);
 	},
 	
 	start: function start() {
@@ -264,9 +264,6 @@ var QUnit = {
 		}
 	},
 	
-	// Expose the equiv method
-	equiv: equiv,
-	
 	// Logging callbacks
 	done: function done(failures, total) {},
 	log: function log(result, message) {},
@@ -433,7 +430,7 @@ function validTest( name ) {
 
 function push(result, actual, expected, message) {
 	message = message || (result ? &quot;okay&quot; : &quot;failed&quot;);
-	QUnit.ok( result, result ? message + &quot;: &quot; + expected : message + &quot;, expected: &quot; + jsDump.parse(expected) + &quot; result: &quot; + jsDump.parse(actual) );
+	QUnit.ok( result, result ? message + &quot;: &quot; + expected : message + &quot;, expected: &quot; + QUnit.jsDump.parse(expected) + &quot; result: &quot; + QUnit.jsDump.parse(actual) );
 }
 
 function synchronize( callback ) {
@@ -522,7 +519,7 @@ function id(name) {
 // Discussions and reference: http://philrathe.com/articles/equiv
 // Test suites: http://philrathe.com/tests/equiv
 // Author: Philippe Rath&#233; &lt;prathe@gmail.com&gt;
-var equiv = function () {
+QUnit.equiv = function () {
 
     var innerEquiv; // the real equiv function
     var callers = []; // stack to decide between skip/abort functions
@@ -722,7 +719,7 @@ var equiv = function () {
  * @author Ariel Flesler
  * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
  */
-var jsDump = (function() {
+QUnit.jsDump = (function() {
 	function quote( str ) {
 		return '&quot;' + str.toString().replace(/&quot;/g, '\\&quot;') + '&quot;';
 	};</diff>
      <filename>qunit/qunit.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8022c373369d1fb53ba0701a7a0bf1e4de04d4fa</id>
    </parent>
  </parents>
  <author>
    <name>jeresig</name>
    <email>jeresig@c715fcbe-d12f-0410-84c4-316a508785bb</email>
  </author>
  <url>http://github.com/JackDanger/jquery/commit/ced78136f998479a919ccccb4ac1e18c225ae041</url>
  <id>ced78136f998479a919ccccb4ac1e18c225ae041</id>
  <committed-date>2009-09-29T16:08:11-07:00</committed-date>
  <authored-date>2009-09-29T16:08:11-07:00</authored-date>
  <message>Accidentally reverted the jsDump/equiv changes that had been made.


git-svn-id: http://jqueryjs.googlecode.com/svn/trunk@6615 c715fcbe-d12f-0410-84c4-316a508785bb</message>
  <tree>24d893ce879afe728771308a645cdb96b4b0fc49</tree>
  <committer>
    <name>jeresig</name>
    <email>jeresig@c715fcbe-d12f-0410-84c4-316a508785bb</email>
  </committer>
</commit>
