Overview
Comment: | Fixed itemmap calls where handling empty string. Tidied up sharedata a little |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
cf289757be3d2da59940a5639b89cee8 |
User & Date: | matt on 2015-08-26 23:38:28 |
Other Links: | branch diff | manifest | tags |
Context
2015-08-27
| ||
23:08 | Fixed ticket b05bb6c4 check-in: 44cb016122 user: matt tags: v1.60 | |
2015-08-26
| ||
23:38 | Fixed itemmap calls where handling empty string. Tidied up sharedata a little check-in: cf289757be user: matt tags: v1.60 | |
2015-08-25
| ||
09:58 | Bumped version check-in: f07a216e0d user: mrwellan tags: v1.60 | |
Changes
Modified datashare-testing/.sd.config from [3db28d187c] to [567a2bce44].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | # Read in the users vars first (so the offical data cannot be overridden [include ~/.datashare.config] # Read in local overrides [include datashare.config] # Replace [storage] with settings entry - more secure [settings] storage /tmp/#{getenv USER}/datashare/disk1 \ /tmp/#{getenv USER}/datashare/disk2 |
︙ |
Modified datashare.scm from [2abd8aec1c] to [578f007a04].
︙ | |||
653 654 655 656 657 658 659 | 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 | - + | (iup:button "Pushme" #:expand "YES" )))) (define (datashare:gui configdat) (iup:show (iup:dialog |
︙ |
Modified db.scm from [770c175ffa] to [a5f6d84421].
︙ | |||
3261 3262 3263 3264 3265 3266 3267 | 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 | + + + + + - - - - - - - - + + + + + + + + - - - + + + - + + + + - + | ;; M I S C M A N A G E M E N T I T E M S ;;====================================================================== ;; A routine to map itempaths using a itemmap (define (db:compare-itempaths patha pathb itemmap) (debug:print-info 6 "ITEMMAP is " itemmap) (if itemmap (let ((path-b-mapped (db:convert-test-itempath pathb itemmap))) (debug:print-info 6 "ITEMMAP is " itemmap ", path: " pathb ", mapped path: " path-b-mapped) (equal? patha pathb)) (equal? patha pathb))) |
︙ |
Modified tests/fdktestqa/testqa/configs/megatest.def.config from [1df0e5e24a] to [11f50463c8].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 | - + | # You can override environment variables for all your tests here [env-override] EXAMPLE_VAR example value # As you run more tests you may need to add additional disks, the names are arbitrary but must be unique [disks] |