mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix PreferencesTest. (#739)
This commit is contained in:
@@ -84,6 +84,7 @@ TEST(PreferencesTest, WritePreferencesToFile) {
|
||||
|
||||
static char const* kExpectedFileContents[] = {
|
||||
"[NetworkTables Storage 3.0]",
|
||||
"string \"/Preferences/.type\"=\"RobotPreferences\"",
|
||||
"boolean \"/Preferences/testFilePutBoolean\"=true",
|
||||
"double \"/Preferences/testFilePutDouble\"=0.5",
|
||||
"double \"/Preferences/testFilePutFloat\"=0.25",
|
||||
|
||||
Reference in New Issue
Block a user