Fixed bug in 32 bit version - now calls correct keyformatter

release/4.3a0
Alex Cunningham 2013-08-09 14:55:26 +00:00
parent 8d9dcfbfc2
commit 7b0c559091
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ TEST( testLabeledSymbol, KeyLabeledSymbolEncoding ) {
string str = "xA5";
EXPECT_LONGS_EQUAL(key, (Key)symbol);
EXPECT(assert_equal(str, DefaultKeyFormatter(symbol)));
EXPECT(assert_equal(str, MultiRobotKeyFormatter(symbol)));
EXPECT(assert_equal(symbol, LabeledSymbol(key)));
}
}