Summary is here
(processed by logpro version 1.06, tool details at: logpro)
Test run dir is: /tmp/fsltst_mrwellan_15502
### Test create of new area with missing path (expect an error)
ERROR: You must specify both area name and repo path with addarea
PASS
### Test create of new area with path
### Test listing of areas
area path
---------- -----------------------------------------------------------------
fdk /p/foundry/env/repo/fossil/fdk
fdk71 /p/foundry/env/repo/fossil/fdk71
fdk73 /p/foundry/env/repo/fossil/fdk73
ice /p/foundry/env/repo/fossil/ice
misc /tmp/fsltst_mrwellan_15502/fossils
nada /tmp/fsltst_mrwellan_23471/fossils
proj_tools /p/foundry/env/repo/fossil/proj_tools
testcases /p/foundry/env/repo/fossil/testcases
### Test listing of repos in empty area
*
### Test create of new fossil
project-id: 2ed17a4a1228644984262d44b565ae76f7b72e4c
server-id: e6ea2d94693412cbdcdf88d521833647a8c038bd
admin-user: mrwellan (initial password is "2ed3b4")
PASS
### Test getting of repo in misc area
mrwellan
Repository cloned into test/.fossil/test.fossil
Rebuilding repository meta-data...
0.0% complete...
100.0% complete...
project-id: 2ed17a4a1228644984262d44b565ae76f7b72e4c
server-id: ace6327fb00bce5ae8eaaf71d0bdf872f707813e
admin-user: mrwellan (password is "f032b6")
mrwellan
### Test, first user should be mrwellan
mrwellan
### Test getting the repo by searching all areas
WARNING: no area provided, searching for first repo by name "test"
NOTE: using repo test found in misc
mrwellan
Repository cloned into test/.fossil/test.fossil
Rebuilding repository meta-data...
0.0% complete...
100.0% complete...
project-id: 2ed17a4a1228644984262d44b565ae76f7b72e4c
server-id: 3088c252a798d7157f1b4f46e4eda16238eef0bf
admin-user: mrwellan (password is "da832b")
mrwellan
PASS
### Test: mv dir1 dir2, where dir2 not exists
+ cd test
+ mkdir -p dir1/dir1.1
+ touch dir1/file1.txt dir1/dir1.1/file2.txt
+ ln -s dir1/file1.txt dir1/file3.txt
+ fsl add dir1
ADDED dir1/dir1.1/file2.txt
ADDED dir1/file1.txt
ADDED dir1/file3.txt
+ fsl ci -m 'file1.txt and file2.txt committed'
ADDED dir1/dir1.1/file2.txt
ADDED dir1/file1.txt
ADDED dir1/file3.txt
Autosync: file:///tmp/fsltst_mrwellan_15502/fossils/test.fossil
Bytes Cards Artifacts Deltas
Sent: 130 1 0 0
waiting for server...
processed: 58%
Received: 78 2 0 0
Total network traffic: 269 bytes sent, 285 bytes received
New_Version: dd31a0cd5388bf852764bdd4c5b1a0f938b19f7f
Autosync: file:///tmp/fsltst_mrwellan_15502/fossils/test.fossil
Bytes Cards Artifacts Deltas
Sent: 934 6 3 0
waiting for server...
processed: 21%
processed: 42%
processed: 63%
processed: 85%
Received: 216 5 0 0
Total network traffic: 551 bytes sent, 363 bytes received
+ fsl status
repository: /tmp/fsltst_mrwellan_15502/test/.fossil/test.fossil
local-root: /tmp/fsltst_mrwellan_15502/test/
checkout: dd31a0cd5388bf852764bdd4c5b1a0f938b19f7f 2012-05-08 20:41:38 UTC
parent: 8303f4ff7eac4249e9ac31cdc8a6215fc5469701 2012-05-08 20:41:36 UTC
tags: trunk
comment: file1.txt and file2.txt committed (user: mrwellan)
+ fsl mv -f dir1 dir2
targ_path_num: 1, last_path_num: 0, targ_path: dir2
Processing source path dir1 to target dir2
fossil mv dir1/dir1.1/file2.txt dir2/dir1.1/file2.txt
RENAME dir1/dir1.1/file2.txt dir2/dir1.1/file2.txt
mv dir1/dir1.1/file2.txt dir2/dir1.1/file2.txt
fossil mv dir1/file1.txt dir2/file1.txt
RENAME dir1/file1.txt dir2/file1.txt
mv dir1/file1.txt dir2/file1.txt
fossil mv dir1/file3.txt dir2/file3.txt
RENAME dir1/file3.txt dir2/file3.txt
mv dir1/file3.txt dir2/file3.txt
+ fsl ci -m 'Moved dir1 to dir2'
RENAMED dir2/dir1.1/file2.txt
RENAMED dir2/file1.txt
RENAMED dir2/file3.txt
Autosync: file:///tmp/fsltst_mrwellan_15502/fossils/test.fossil
Bytes Cards Artifacts Deltas
Sent: 130 1 0 0
waiting for server...
processed: 21%
processed: 42%
processed: 63%
processed: 85%
Received: 216 5 0 0
Total network traffic: 268 bytes sent, 363 bytes received
New_Version: 04417bbcab1e06538f2427a006162c1eb27bbb35
Autosync: file:///tmp/fsltst_mrwellan_15502/fossils/test.fossil
Bytes Cards Artifacts Deltas
Sent: 819 7 0 1
waiting for server...
processed: 17%
processed: 35%
processed: 52%
processed: 70%
processed: 87%
Received: 262 6 0 0
Total network traffic: 596 bytes sent, 387 bytes received
PASS move to test/dir2/dir1.1/file2.txt
PASS move to test/dir2/file3.txt
==========================LOGPRO SUMMARY==========================
Trigger: get repo by search OK, count=1
Trigger: first user OK, count=1
Trigger: getting of repo OK, count=1
Trigger: create of new fossil OK, count=1
Trigger: create area with path OK, count=1
Trigger: create area no path OK, count=1
Trigger: LogFileBodyStart OK, count=1
Expect: Required in create of new fossil OK, expected = 1 of Got PASS, got 1
Expect: Error in LogFileBody OK, expected = 0 of Any fail, got 0
Expect: Error in LogFileBody OK, expected = 0 of Any error, got 0
Expect: Warning in LogFileBody OK, expected = 0 of Any warning, got 0
Expect: Ignore in LogFileBody OK, expected < 2 of Non-error, got 1
Expect: Ignore in LogFileBody OK, expected < 2 of No area provided warning, got 1
Expect: Required in create area no path OK, expected = 1 of Required error, got 1
Expect: Required in create area with path OK, expected = 1 of Area created, got 1
Expect: Error in getting of repo OK, expected = 0 of user already exists, got 0
Expect: Required in getting of repo OK, expected = 1 of Repository cloned, got 1