Testing Summary: Auckland NZ - 19 March 2011<br><br>Testing au-861-2 on XO-1.0s<br>First problem is that this is the same version number as what we tested last weekend but this was just released on Wednesday. Can all releases have their own version numbers please to differentiate them?<br>
Both <a href="http://download.laptop.org.au/XO/F11/10.1.3/XO-1/au2-rc2/">http://download.laptop.org.au/XO/F11/10.1.3/XO-1/au2-rc2/</a> which we might have tested last week and <br><a href="http://download.laptop.org.au/XO/F11/10.1.3/XO-1/au2-rc3/">http://download.laptop.org.au/XO/F11/10.1.3/XO-1/au2-rc3/</a> which we probably tested this week have the same au861-2.img filename. We suspect that you can&#39;t tell which you have once it is loaded on the XO but haven&#39;t reinstalled an old one to compare.<br>
<br>
Read the release notes but didn&#39;t know how to test what the release notes discussed: <a href="http://dev.laptop.org.au/projects/xo-au/wiki/1013-au2_release_notes" target="_blank">http://dev.laptop.org.au/projects/xo-au/wiki/1013-au2_release_notes </a> It&#39;s also difficult to tell what has changed because there isn&#39;t enough detail (eg activities have been updated, but no information on which ones) and they don&#39;t seem to distinguish the releases either.<br>
<br>XOs automatically joined Mesh 1 so the following activities were tested on Mesh 1: Speak, Write, Record, Music Painter, Paint, Maze, Physics, Memorize.<br><br>Speak<br>Speak still says it can&#39;t speak default lets speak English instead, there is an sugarlabs ticket for this which I recall has been fixed. Basic test of speak function, robot and audio chat. Audio chat didn&#39;t collaborate even though we see the other XO in the frame.  <br>

Could speak be more polite? Would students notice? Can we change the opening speech from &quot;Hello X, type something&quot; to &quot;Hello X, type something please&quot; or Hello X, type something to begin&quot;<br><br>
Write <br>Collaboration with two XOs successful. Good to see in this version of Write the image and table menus are separate. Tested formatting and tables and images. Ran out of memory or something on one of the XOs as its display couldn&#39;t keep up with user actions (frame area went grey, text duplicates as it tries to display the writing) and it couldn&#39;t write anymore or click on menus or buttons but it didn&#39;t lose its connection to the other XO as could see the other XOs contributions being added. Eventually it came right. <br>

<br>Record<br>Successfully took some photos and made a video. Could not record audio (on XO named Moodle). Tested on another XO and it could (on XO named Tux). <br><br>Music painter<br>Could paint the music on but couldn&#39;t hear anything when press play. Tried with a headset too. Checked alsamixer. Tried restarting XO and it still didnt play. Tried another XO and it still didn&#39;t work. <br>

<br>Paint<br>Did some drawing with pencil and brush. Added some shapes, changed colours of fill and borders. Looked for a way to increase the border width and cannot find it (last week I reported this and was told it is possible). Added image, could move it around but not resize. Added text and changed formatting. Grayscale effect worked. <br>

<br>Maze<br>Works, collaborated for a couple of games but then you could not see the other player moving (they stay on starting square) though they still were visible. <br><br>Physics<br>Still awesome. Need we say more. <br>

<br>Memorize<br>Would be good if when you start a new game a different XO gets first turn each time.<br>Tested addition, letters and sound games. Created own game with words and images successfully. <br><br><br>Switched to local wifi. The following activities were tested on local wifi: Browse<br>

<br>Browse<br>Could access websites by typing in the URL. Could follow links within webpages. Can play flash videos. Could access sugarlabs activities page and download and install activities. <br><br>USB test (for Sridhar)<br>

Tested putting audio files onto a USB from one XO and then putting them onto another XO from the USB. Mounted and unmounted on both XOs successfully. File was readable. All seemed to work fine. <br><br>Power logs are attached. This release is in timezone &quot;CST&quot; which broke the power log workflow as timezones seem to be very difficult in python. How do I convert a string with a three letter timezone into seconds since the epoch? I still haven&#39;t shared this script but the relevant code is:<br>
<br>    # WTF this doesn&#39;t parse &#39;Sat Mar 19 09:20:45 CST 2011&#39;<br>    # laptopTZDate = datetime.strptime(dateString[6:-1], &quot;%a %b %d %H:%M:%S %Z %Y&quot;)<br>    # this only works for input in GMT<br>    laptopTZDate = time.strptime(dateString[6:-1], &quot;%a %b %d %H:%M:%S %Z %Y&quot;)<br>
    localTZDate = time.localtime(calendar.timegm(laptopTZDate))<br>    <br><br clear="all">Thanks<br>
Tabitha<br><br>