Activity log for bug #1225812

Date Who What changed Old value New value Message
2013-09-16 00:10:50 Rigved Rakshit bug added bug
2013-09-16 00:11:27 Rigved Rakshit description In the Nautilus testcase description on the URL: http://packages.qa.ubuntu.com/qatracker/testcases/1424/info , the "Test-case name: nautilus/TC-NFM-010" has an incorrect command. Incorrect command: FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR |sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Another Empty Document" Correct command: FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR |sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Another\ Empty\ Document" Reason: As the document "Another Empty Document" has spaces in it, these need to be escaped. Otherwise, a file with the name of "Another" is created in the "$HOME/Templates" directory and two more files, by the name of "Empty" and "Document" respectively, are created in the "$HOME" directory. In the Nautilus testcase description on the URL: http://packages.qa.ubuntu.com/qatracker/testcases/1424/info , the "Test-case name: nautilus/TC-NFM-010" has an incorrect command. Incorrect command: FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR |sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Another Empty Document" Correct command: FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR | sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Another\ Empty\ Document" Reason: As the document "Another Empty Document" has spaces in it, these need to be escaped. Otherwise, a file with the name of "Another" is created in the "$HOME/Templates" directory and two more files, by the name of "Empty" and "Document" respectively, are created in the "$HOME" directory.
2013-09-16 15:36:51 Rigved Rakshit branch linked lp:~rigved/+junk/ubuntu-manual-tests-1225810_1225812
2013-09-16 15:50:13 Rigved Rakshit branch unlinked lp:~rigved/+junk/ubuntu-manual-tests-1225810_1225812
2013-09-16 15:50:46 Rigved Rakshit branch linked lp:~rigved/ubuntu-manual-tests/1225810_1225812
2013-09-17 07:01:37 Rigved Rakshit branch unlinked lp:~rigved/ubuntu-manual-tests/1225810_1225812
2013-09-17 07:06:34 Rigved Rakshit branch linked lp:~rigved/ubuntu-manual-tests/1225810_1225812
2013-10-01 16:07:04 Nicholas Skaggs ubuntu-manual-tests: status New Fix Released