This file is indexed.

/usr/share/checkbox/jobs/panel_clock_test.txt is in checkbox 0.13.7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: panel_clock/verify
plugin: manual
requires: package.name == 'gnome-system-tools'
description:
 PURPOSE:
    This test will verify that the desktop clock displays the correct date and time
 VERIFICATION:
    Is the clock in the upper right corner of your desktop displaying the correct date and time for your timezone?

name: panel_clock/test
plugin: manual
depends: panel_clock/verify
requires: package.name == 'gnome-system-tools'
user: root
command: date -s "`date -d '1 hour'`"
description:
 PURPOSE:
    This test will verify that the desktop clock synchronizes with the system clock.
 STEPS:
    1. Click the "Test" button and verify the clock moves ahead by 1 hour. 
    Note: It may take a minute or so for the clock to refresh 
    2. Right click on the clock, then click on "Time & Date Settings..."
    3. Ensure that your clock application is set to manual.
    4. Change the time 1 hour back
    5. Close the window and reboot
 VERIFICATION:
    Is your system clock displaying the correct date and time for your timezone?