Overview
Comment: | Marking of tests to be affected now works (better) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
777fd155d1a5ab9997723b9e507a100b |
User & Date: | matt on 2013-07-08 00:59:42 |
Other Links: | branch diff | manifest | tags |
Context
2013-07-08
| ||
15:34 | viewing of log files from clicking in steps fixed check-in: c69460d617 user: mrwellan tags: dev | |
00:59 | Marking of tests to be affected now works (better) check-in: 777fd155d1 user: matt tags: dev | |
00:53 | Marking of tests to be affected now works check-in: f61fea99bf user: matt tags: dev | |
Changes
Modified dashboard.scm from [55d65160ba] to [3c2896b4ca].
︙ | |||
775 776 777 778 779 780 781 782 783 784 785 | 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 | + + - + - + + + | (lambda (all) (dboard:data-set-statuses! *data* all) (dashboard:update-run-command)))))))) (iup:frame #:title "Tests and Tasks" (let* ((updater #f) (last-xadj 0) (last-yadj 0) (canvas-obj (iup:canvas #:action (make-canvas-action (lambda (cnv xadj yadj) (if (not updater) |
︙ | |||
823 824 825 826 827 828 829 | 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 | - + | ;; (if cnv-obj ;; (dashboard:draw-tests cnv-obj 0 0 tests-draw-state sorted-testnames)) (iup:attribute-set! obj "REDRAW" "ALL") (hash-table-set! selected-tests test-name selected) (iup:attribute-set! test-patterns-textbox "VALUE" newpatt) (dboard:data-set-test-patts! *data* (dboard:lines->test-patt newpatt)) (dashboard:update-run-command) |
︙ |