Add VideoRep to OSTestSuite, typo fix

This commit is contained in:
xmm15 2020-02-19 01:22:25 -06:00
parent da13d6d300
commit 63fbfcc42b
5 changed files with 11 additions and 11 deletions

Binary file not shown.

View File

@ -113,7 +113,7 @@ $FG,2$Merge(\"C:/*\",\"D:/*\",\"+r+d\");$FG$ to check my changes.
* You can customize the $FG,2$wallpaper$FG$. See $LK,"::/Demo/Graphics/WallPaperFish.CC"$.
* Your RAM disks will not be reformated when you reboot if the memory location has not changed and it finds the disk intacted.
* Your RAM disks will not be reformatted when you reboot if the memory location has not changed and it finds the disk intacted.
* $FG,2$try{} catch{}$FG$ in a function will cause all vars to be non-reg.

Binary file not shown.

View File

@ -1694,25 +1694,25 @@ U0 OSTestSuite()
TS("ProfRep"); XTalkWait(task,"ProfRep;Sleep(750);\n");
TS("HeapLogSizeRep"); XTalkWait(task,"HeapLogSizeRep;Sleep(750);\n");
TS("CPURep"); if (mp_count>1)
XTalkWait(task,"CPURep(TRUE);Sleep(750);\n");
TS("DiskCheck"); if (DriveIsWritable(':'))
XTalkWait(task,"DiskCheck;Sleep(750);\n");
XTalkWait(task,"CPURep(TRUE);Sleep(750);\n");
TS("DiskCheck"); if (DriveIsWritable(':'))
XTalkWait(task,"DiskCheck;Sleep(750);\n");
TS("DriveView"); if (DriveIsWritable(':')) {
XTalkWait(task,"DriveView;\n");
Sleep(750);
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
}
XTalkWait(task,"DriveView;\n");
Sleep(750);
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
}
TS("DiskView"); if (DriveIsWritable(':')) {
XTalkWait(task,"DiskView;\n");
Sleep(250); //Short because ATARep takes time.
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
}
TS("ATARep"); XTalkWait(task,"ATARep;\npSleep(750);\n");
TS("HashDepthRep"); XTalkWait(task,
"HashDepthRep(zenith_task->hash_table);Sleep(750);\n");
TS("HashDepthRep"); XTalkWait(task,"HashDepthRep(zenith_task->hash_table);Sleep(750);\n");
TS("Who"); XTalkWait(task,"Who;Sleep(750);\n");
TS("DriveRep"); XTalkWait(task,"DriveRep;Sleep(750);\n");
 TS("DriveRep"); XTalkWait(task,"DriveRep;Sleep(750);\n");
TS("TaskRep"); XTalkWait(task,"TaskRep;Sleep(750);\n");
TS("VideoRep"); XTalkWait(task, "VideoRep;Sleep(750)\n");
DeathWait(&task,TRUE);
ProgressBarsReset("ZenithOS/OSTestSuite");

Binary file not shown.