cosmetic string change. not part of the build.

git-svn-id: svn://10.0.0.236/trunk@134511 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
depstein%netscape.com
2002-11-27 01:28:51 +00:00
parent 22041a7a31
commit 628529582f
2 changed files with 1 additions and 1 deletions

View File

@@ -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);