Fixed bug in 32 bit version - now calls correct keyformatter
parent
8d9dcfbfc2
commit
7b0c559091
|
|
@ -58,7 +58,7 @@ TEST( testLabeledSymbol, KeyLabeledSymbolEncoding ) {
|
||||||
string str = "xA5";
|
string str = "xA5";
|
||||||
|
|
||||||
EXPECT_LONGS_EQUAL(key, (Key)symbol);
|
EXPECT_LONGS_EQUAL(key, (Key)symbol);
|
||||||
EXPECT(assert_equal(str, DefaultKeyFormatter(symbol)));
|
EXPECT(assert_equal(str, MultiRobotKeyFormatter(symbol)));
|
||||||
EXPECT(assert_equal(symbol, LabeledSymbol(key)));
|
EXPECT(assert_equal(symbol, LabeledSymbol(key)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue