diff --git a/mozilla/embedding/qa/testembed/nsICmdParams.cpp b/mozilla/embedding/qa/testembed/nsICmdParams.cpp index d9b16002b37..3684aa75265 100644 --- a/mozilla/embedding/qa/testembed/nsICmdParams.cpp +++ b/mozilla/embedding/qa/testembed/nsICmdParams.cpp @@ -124,7 +124,7 @@ void CnsICmdParams::GetDoubleValueTest(double value, const char *stateType, int cmdParamObj->SetDoubleValue(stateType, value); rv = cmdParamObj->GetDoubleValue(stateType, &retval); RvTestResult(rv, "GetDoubleValue test", displayMode); - FormatAndPrintOutput("GetLongValue() return double = ", retval, displayMode); + FormatAndPrintOutput("GetDoubleValue() return double = ", retval, displayMode); } else QAOutput("GetDoubleValueTest: We didn't get nsICommandParams object.", 1); diff --git a/mozilla/embedding/qa/testembed/testembed.aps b/mozilla/embedding/qa/testembed/testembed.aps index 661aeeb3d02..b9d53778199 100644 Binary files a/mozilla/embedding/qa/testembed/testembed.aps and b/mozilla/embedding/qa/testembed/testembed.aps differ