Skip to content

Commit 5fcf736

Browse files
committed
update unit test
1 parent 197c4d4 commit 5fcf736

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_setDefaultsPTB.m

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ function test_setDefaultsPTB()
6161
'monitorWidth', 42, ...
6262
'monitorDistance', 134));
6363

64+
65+
% fixation cross or dot
66+
expectedCFG.fixation.type = 'cross';
67+
expectedCFG.fixation.xDisplacement = 0;
68+
expectedCFG.fixation.yDisplacement = 0;
69+
expectedCFG.fixation.color = [255 255 255];
70+
expectedCFG.fixation.width = 1;
71+
expectedCFG.fixation.lineWidthPix = 5;
72+
73+
% define visual apperture field
74+
expectedCFG.aperture.type = 'none';
75+
6476
expectedCFG.keyboard.keyboard = [];
6577
expectedCFG.keyboard.responseBox = [];
6678
expectedCFG.keyboard.responseKey = {};

0 commit comments

Comments
 (0)