Changeset 15164 for lang/io/MessageResource/tests/MessageResourceTest.io
- Timestamp:
- 07/04/08 17:53:38 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/io/MessageResource/tests/MessageResourceTest.io
r11611 r15164 9 9 testGetMessage := method( 10 10 serverStart := HogeMessage SERVER_START {name := "hoge"} 11 assertEquals(serverStart, "サーバ hoge が始動しました" )11 assertEquals(serverStart, "サーバ hoge が始動しました" asUTF8) 12 12 ) 13 13 … … 17 17 SERVER_STOP := "サーバ #{name} が停止しました" 18 18 } 19 C := { 20 SERVER_START := "server #{name} has started", 21 SERVER_STOP := "server #{name} has stopped" 22 } 19 23 ) 20 24 )
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)