use correct password in crypto test

This commit is contained in:
Thomas Fussell 2016-10-18 19:28:04 -04:00
parent 2d7ecafb67
commit ac3fd6904b

View File

@ -14,7 +14,7 @@ public:
{
#ifdef CRYPTO_ENABLED
xlnt::workbook wb;
wb.load(path_helper::get_data_directory("14_encrypted.xlsx"), "password");
wb.load(path_helper::get_data_directory("14_encrypted.xlsx"), "secret");
#endif
}
};