Debugger: Adapt dumper test to base class sorting

Fallout from e73a9c1b0d.

Change-Id: If06ba8424bd264137dcdcdd721317ce6785a91b0
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-04-12 15:41:45 +02:00
parent a84fe0b762
commit c0c5aad8e6

View File

@@ -3928,8 +3928,8 @@ void tst_Dumpers::dumper_data()
+ Check("l3.2", "[2]", "2", "int") % NoCdbEngine + Check("l3.2", "[2]", "2", "int") % NoCdbEngine
+ Check("l3.2.*", "*", "2", "int") % CdbEngine + Check("l3.2.*", "*", "2", "int") % CdbEngine
+ Check("l4.@2.0", "[0]", "1", "int") % NoCdbEngine + Check("l4.@1.0", "[0]", "1", "int") % NoCdbEngine
+ Check("l4.@2.1", "[1]", "2", "int") % NoCdbEngine + Check("l4.@1.1", "[1]", "2", "int") % NoCdbEngine
+ Check("l4.list@t1.0", "[0]", "1", "int") % CdbEngine + Check("l4.list@t1.0", "[0]", "1", "int") % CdbEngine
+ Check("l4.list@t1.1", "[1]", "2", "int") % CdbEngine; + Check("l4.list@t1.1", "[1]", "2", "int") % CdbEngine;