diff -r 26645d81f48d -r cc28652e0254 persistentstorage/sqlite3api/TEST/TclScript/misc7.test --- a/persistentstorage/sqlite3api/TEST/TclScript/misc7.test Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/sqlite3api/TEST/TclScript/misc7.test Wed Sep 01 12:39:58 2010 +0100 @@ -1,6 +1,6 @@ # 2006 September 4 # -# Portions Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiaries. All rights reserved. +# Portions Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiaries. All rights reserved. # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: @@ -97,7 +97,7 @@ execsql { CREATE TABLE abc(a PRIMARY KEY, b, c); } db close -if {$tcl_platform(platform)!="windows" && $tcl_platform(platform)!="symbian"} { +if {$tcl_platform(platform)!="windows"} { do_fileopen_test misc7-6.1 { BEGIN; INSERT INTO abc VALUES(1, 2, 3);