File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,27 +548,27 @@ class Framework {
548548
549549 // prepared notficitions, one per message category
550550 const std::vector<std::string> notification_messages {
551- " category :\n Unknown" ,
551+ " 0category :\n Unknown" ,
552552 " Lorem ipsum\n dolor sit amet,\n consectetur adipiscing elit,\n " ,
553- " SimpleAlert " ,
553+ " 1SimpleAlert " ,
554554 " sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." ,
555- " Email :" ,
555+ " 2Email :" ,
556556 " Vitae aliquet nec ullamcorper sit amet." ,
557- " News :" ,
557+ " 3News :" ,
558558 " Id\n aliquet\n risus\n feugiat\n in\n ante\n metus\n dictum\n at." ,
559- " IncomingCall :" ,
559+ " 4IncomingCall :" ,
560560 " Ut porttitor leo a diam sollicitudin." ,
561- " MissedCall :" ,
561+ " 5MissedCall :" ,
562562 " Ultrices tincidunt arcu non sodales neque sodales ut etiam sit." ,
563- " Sms :" ,
563+ " 6Sms :" ,
564564 " Pellentesque dignissim enim sit amet." ,
565- " VoiceMail :" ,
565+ " 7VoiceMail :" ,
566566 " Urna nec tincidunt praesent semper feugiat nibh sed pulvinar proin." ,
567- " Schedule :" ,
567+ " 8Schedule :" ,
568568 " Tellus id interdum velit laoreet id donec ultrices tincidunt." ,
569- " HighProriotyAlert :" ,
569+ " 9HighProriotyAlert :" ,
570570 " Viverra maecenas accumsan lacus vel facilisis volutpat est velit egestas." ,
571- " InstantMessage :" ,
571+ " 10InstantMessage :" ,
572572 " Volutpat consequat mauris nunc congue." ,
573573 };
574574 size_t notification_idx = 0 ; // which message to send next
You can’t perform that action at this time.
0 commit comments