diff -r 28839de615b4 -r 26645d81f48d persistentstorage/sqlite3api/TEST/TclScript/misc7.test --- a/persistentstorage/sqlite3api/TEST/TclScript/misc7.test Thu Aug 19 11:36:21 2010 +0300 +++ b/persistentstorage/sqlite3api/TEST/TclScript/misc7.test Tue Aug 31 16:57:14 2010 +0300 @@ -1,6 +1,6 @@ # 2006 September 4 # -# Portions Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiaries. All rights reserved. +# Portions Copyright (c) 2007-2010 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"} { +if {$tcl_platform(platform)!="windows" && $tcl_platform(platform)!="symbian"} { do_fileopen_test misc7-6.1 { BEGIN; INSERT INTO abc VALUES(1, 2, 3);