sbsv2/raptor/test/smoke_suite/test_resources/keepgoing/groups.xml
author Richard Taylor <richard.i.taylor@nokia.com>
Tue, 02 Mar 2010 09:54:25 +0000
branchfix
changeset 371 2db10eac415a
child 374 96629a6f26e4
permissions -rw-r--r--
test data for bad groups

<?xml version="1.0" encoding="ISO-8859-1"?>

<build xmlns="http://symbian.com/xml/build"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">

  <!-- This group deliberately contains some non-existent products 
  -->
  <group name="lots_of_products">
	<groupRef ref='armv5'/>
	<groupRef ref='armv5' mod="qwertyuio"/>
	<groupRef ref='armv5' mod="asdfghjkl"/>
	<groupRef ref='armv5' mod="zxcvbnm_p"/>
  </group>
  
</build>