# HG changeset patch # User Iain Williamson # Date 1264509720 0 # Node ID 083d88a8550e164213a1474081fec359fc1d8775 # Parent d1af983e283d93319a8d628710e9894ada269d76 Fixing qt_helloworld test id. Fixing copyright notices. diff -r d1af983e283d -r 083d88a8550e sbsv2/raptor/test/smoke_suite/commandline.py --- a/sbsv2/raptor/test/smoke_suite/commandline.py Mon Jan 25 17:17:52 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/commandline.py Tue Jan 26 12:42:00 2010 +0000 @@ -1,3 +1,17 @@ +# +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: # General commandline option handling tests which aren't appropriate as unit tests. from raptor_tests import SmokeTest diff -r d1af983e283d -r 083d88a8550e sbsv2/raptor/test/smoke_suite/pdll_arm.py --- a/sbsv2/raptor/test/smoke_suite/pdll_arm.py Mon Jan 25 17:17:52 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/pdll_arm.py Tue Jan 26 12:42:00 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" diff -r d1af983e283d -r 083d88a8550e sbsv2/raptor/test/smoke_suite/qt_helloworld.py --- a/sbsv2/raptor/test/smoke_suite/qt_helloworld.py Mon Jan 25 17:17:52 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/qt_helloworld.py Tue Jan 26 12:42:00 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -21,7 +21,7 @@ t.description = "Ensure Raptor builds Qt applications successfully" - t.id = "0107" + t.id = "0110" t.name = "qt_helloworld" t.command = "cd smoke_suite/test_resources/qt && qmake -spec symbian-sbsv2 && sbs" t.targets = [ diff -r d1af983e283d -r 083d88a8550e sbsv2/raptor/test/smoke_suite/toolchain_macros.py --- a/sbsv2/raptor/test/smoke_suite/toolchain_macros.py Mon Jan 25 17:17:52 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/toolchain_macros.py Tue Jan 26 12:42:00 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" diff -r d1af983e283d -r 083d88a8550e sbsv2/raptor/test/smoke_suite/whatcomp.py --- a/sbsv2/raptor/test/smoke_suite/whatcomp.py Mon Jan 25 17:17:52 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/whatcomp.py Tue Jan 26 12:42:00 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0"