cmdr
Check-in [00a6db24bb]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix officer tests, new -- option.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 00a6db24bb443adb901c8756010dc4b4f9ac5f3f
User & Date: aku 2015-05-08 20:27:02.336
Context
2015-05-08
20:27
Fixed color testing. Plus tweaked color command to always validate codes, even when use is disabled. check-in: 1a8a4b4d23 user: aku tags: trunk
20:27
Fix officer tests, new -- option. check-in: 00a6db24bb user: aku tags: trunk
2015-04-17
23:24
history - Added missing docs. check-in: 860ef7cfb3 user: andreask tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tests/officer.tests.
260
261
262
263
264
265
266
267
268
269
270
	common KEY -bogus DATA
    }
} -body {
    x known
} -cleanup {
    x destroy
} -returnCodes error \
    -result {Unknown option "-bogus", expected -extend}

# # ## ### ##### ######## ############# #####################
return







|



260
261
262
263
264
265
266
267
268
269
270
	common KEY -bogus DATA
    }
} -body {
    x known
} -cleanup {
    x destroy
} -returnCodes error \
    -result {Unknown option "-bogus", expected -extend, or --}

# # ## ### ##### ######## ############# #####################
return