Overview
Comment: | Got cells.scm and matrix.scm example files working. More steps stuff working Added tests for ezsteps and logpro l |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b2b8a3f26c1c44ddb1ba7b9646eae590 |
User & Date: | matt on 2011-11-05 18:11:11 |
Other Links: | manifest | tags |
Context
2011-11-06
| ||
14:42 | Added tree widget example check-in: 24cc661bd8 user: matt tags: trunk | |
2011-11-05
| ||
18:11 | Got cells.scm and matrix.scm example files working. More steps stuff working Added tests for ezsteps and logpro l check-in: b2b8a3f26c user: matt tags: trunk | |
2011-11-04
| ||
23:25 | Added cells example code check-in: f319171913 user: mrwellan tags: trunk | |
Changes
Modified cells.scm from [92e5ab296a] to [81e160db9e].
| 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 28 29 30 31 32 33 34 35 36 37 38 | - - - - - - - - + + + + + + + + - - + - - - + + - - - - - - - - + + + |
|
Modified dashboard-tests.scm from [f1756cabc9] to [e8ada23103].
︙ | |||
387 388 389 390 391 392 393 | 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | - + - - + + - + + | #:expand "YES" #:multiline "YES" #:font "Courier New, -10" #:size "60x100"))) (hash-table-set! widgets "Test Steps" (lambda (testdat) (let* ((currval (iup:attribute stepsdat "VALUE")) ;; "TITLE")) |
︙ |
Modified db.scm from [fa70f2b097] to [a0f5c8d96a].
︙ | |||
610 611 612 613 614 615 616 | 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 | - - + + - + - + - + + + + - + + + + | (define (db:step-get-time-as-string vec) (seconds->time-string (db:step-get-event_time vec))) ;; db-get-test-steps-for-run (define (db:get-steps-for-test db test-id) (let ((res '())) (sqlite3:for-each-row |
︙ |
Modified db_records.scm from [5b29510193] to [e1374dd7ef].
︙ | |||
69 70 71 72 73 74 75 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - + + + + | (define-inline (db:test-data-get-status vec) (vector-ref vec 9)) ;;====================================================================== ;; S T E P S ;;====================================================================== ;; Run steps ;; make-vector-record "Run steps" db step id test_id stepname step_complete step_pass event_time |
︙ |
Added matrix.scm version [80b32addb5].
|
Modified tests/tests/ezlog_fail/lookittmp.logpro from [1d9c0ef873] to [ea65513f61].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 | - + | ;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. |
Modified tests/tests/ezlog_fail/testconfig from [13eb33bb90] to [39388ec16f].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | [setup] [ezsteps] lookittmp ls /tmp lookithome ls /home [test_meta] author matt owner bob |
Modified utils/installall.sh from [7a7c1d6a7f] to [de06fe7884].
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + - + | if [[ $KTYPE == "" ]]; then echo 'Using KTYPE=26' export KTYPE=26 else echo Using KTYPE=$KTYPE fi |
︙ |