From 0540537b2841d3c9e367d84d0f89f6a5f5f487a7 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowacki Date: Fri, 29 Oct 2010 13:48:59 +0200 Subject: Rename few QScriptValue's test cases. Remove unused suffix "_old" from test cases. The suffix was used to differentiate between a generated test and a standard one. As they are separated now it is not needed anymore. Reviewed-by: Kent Hansen --- tests/auto/qscriptvalue/tst_qscriptvalue.h | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'tests/auto/qscriptvalue/tst_qscriptvalue.h') diff --git a/tests/auto/qscriptvalue/tst_qscriptvalue.h b/tests/auto/qscriptvalue/tst_qscriptvalue.h index e17fcca777..d196ea52d7 100644 --- a/tests/auto/qscriptvalue/tst_qscriptvalue.h +++ b/tests/auto/qscriptvalue/tst_qscriptvalue.h @@ -82,27 +82,27 @@ private slots: void ctor_copyAndAssign(); void ctor_nullEngine(); - void toString_old(); - void toNumber_old(); - void toBoolean_old(); - void toBool_old(); - void toInteger_old(); - void toInt32_old(); - void toUInt32_old(); - void toUInt16_old(); - void toVariant_old(); - void toQObject_old(); - void toDateTime_old(); - void toRegExp_old(); - void instanceOf_old(); - void isArray_old(); - void isDate_old(); - void isError_old(); - void isRegExp_old(); + void toString(); + void toNumber(); + void toBoolean(); + void toBool(); + void toInteger(); + void toInt32(); + void toUInt32(); + void toUInt16(); + void toVariant(); + void toQObject(); + void toDateTime(); + void toRegExp(); + void instanceOf(); + void isArray(); + void isDate(); + void isError(); + void isRegExp(); - void lessThan_old(); - void equals_old(); - void strictlyEquals_old(); + void lessThan(); + void equals(); + void strictlyEquals(); void getSetPrototype(); void getSetScope(); -- cgit v1.2.1