• R/O
  • SSH
  • HTTPS

iris-fmw: Commit


Commit MetaInfo

Revision279 (tree)
Time2012-03-06 07:32:37
Authorshirayanagi

Log Message

テストの更新

Change Summary

Incremental Difference

--- trunk/framework/sample/Windows/unittest/src/nacl_test/scons.bat (revision 278)
+++ trunk/framework/sample/Windows/unittest/src/nacl_test/scons.bat (revision 279)
@@ -17,6 +17,10 @@
1717 call :cygset
1818 goto build
1919 )
20+if exist "c:\cygwin\bin\python" (
21+ call :cygset
22+ goto build
23+)
2024
2125 call :winpy
2226 :build
@@ -51,7 +55,7 @@
5155 exit /b 0
5256
5357 :cygset
54-rem cygwin 版の python を使います。
58+@echo cygwin 版の python を使います。
5559 SET PATH=c:\cygwin\bin;%PATH%
5660 SET CYG_NACL_SDK_ROOT=/cygdrive/%NACL_SDK_ROOT%
5761 SET CYG_NACL_SDK_ROOT=%CYG_NACL_SDK_ROOT::=%
@@ -61,5 +65,6 @@
6165 goto :EOF
6266
6367 :winpy
68+@echo Windows Python を使います。
6469 SET PATH=C:\Python27;%PATH%
6570 goto :EOF
--- trunk/framework/sample/Windows/unittest/src/nacl_test/iutest/index.html (revision 278)
+++ trunk/framework/sample/Windows/unittest/src/nacl_test/iutest/index.html (revision 279)
@@ -32,7 +32,7 @@
3232 if (messageArray.length > kMaxArraySize) {
3333 messageArray.shift();
3434 }
35- var newData = messageArray.join('<BR>');
35+ var newData = messageArray.join('<BR />');
3636 document.getElementById('eventString').innerHTML = newData;
3737 // Print event to console.
3838 console.log(message.data);
@@ -89,7 +89,7 @@
8989 <p>
9090 <form name="iutestForm" action="" method="get">
9191 <p>コマンドライン引数</p>
92- <input type="text" id="inputBox" name="inputBox" value="" /><p>
92+ <input type="text" id="inputBox" name="inputBox" value="" />
9393 <input type="button" value="run" onclick="main()" />
9494 </form>
9595 <!-- Load the published .nexe. This includes the 'src' attribute which
Show on old repository browser