From eec8fbdb60d7ac71b7b9f807f8329c0ee2b58ac0 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Mon, 2 Feb 2004 02:10:50 +0000 Subject: [PATCH] Fix incorrect flag. Not part of default build. git-svn-id: svn://10.0.0.236/trunk@152157 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/layout-debug/ui/content/layoutdebug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/layout-debug/ui/content/layoutdebug.js b/mozilla/extensions/layout-debug/ui/content/layoutdebug.js index a1c5be49db7..94fb065b848 100644 --- a/mozilla/extensions/layout-debug/ui/content/layoutdebug.js +++ b/mozilla/extensions/layout-debug/ui/content/layoutdebug.js @@ -426,7 +426,7 @@ RTestURLList.prototype = { base_data.QueryInterface(nsILocalFile).persistentDescriptor + "\n"); var filesDiffer = this.mRegressionTester.compareFrameModels(base_data, data, - nsILayoutRegressionTester.COMPARE_FLAGS_BRIEF) + nsILayoutRegressionTester.COMPARE_FLAGS_VERBOSE) dump("Comparison for " + this.mCurrentURL.url + " " + (filesDiffer ? "failed" : "passed") + "."); }