From the40san ¡÷ users.sourceforge.jp Wed Nov 28 16:23:27 2012 From: the40san ¡÷ users.sourceforge.jp (the40san ¡÷ users.sourceforge.jp) Date: Wed, 28 Nov 2012 16:23:27 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-9-gfc6e892 Message-ID: <1354087407.430055.13521.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via fc6e892f838aa01630d362a7ec6012a3415ee780 (commit) from ae8d3b02f34496b51caf2505ae68070ee14a663c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fc6e892f838aa01630d362a7ec6012a3415ee780 Author: the40san Date: Wed Nov 28 16:12:48 2012 +0900 Test Framework added ----------------------------------------------------------------------- Summary of changes: OpenTween.sln | 26 ++++++++- .../ApiInformationTest.cs | 21 ++++--- OpenTweenTest/OpenTweenTest.csproj | 60 ++++++++++++++++++++ .../Properties/AssemblyInfo.cs | 14 ++-- 4 files changed, 104 insertions(+), 17 deletions(-) copy OpenTween/Thumbnail/Services/IThumbnailService.cs => OpenTweenTest/ApiInformationTest.cs (62%) create mode 100644 OpenTweenTest/OpenTweenTest.csproj copy {OpenTween => OpenTweenTest}/Properties/AssemblyInfo.cs (78%) hooks/post-receive -- open-tween (opentween) From upsilon ¡÷ users.sourceforge.jp Thu Nov 29 10:43:40 2012 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Thu, 29 Nov 2012 10:43:40 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-15-g54e525f Message-ID: <1354153420.308672.30283.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 54e525f270672ec62cc3a5a54e0066df48ccbe47 (commit) via 9795d1665cd0cb1e8483b757f469b613fa79705c (commit) via eb82a0b17f720cc16f77f1558722ef45a193a8bc (commit) via c1232a8172a47a88704f43e12a49982c34c96e17 (commit) via ce4674acdfd6f09755c2b6a388cb27d059717416 (commit) via 1046314202d7a4e9d8fe3c3475178c7d94cc60b0 (commit) from fc6e892f838aa01630d362a7ec6012a3415ee780 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 54e525f270672ec62cc3a5a54e0066df48ccbe47 Merge: fc6e892 9795d16 Author: Kimura Youichi Date: Thu Nov 29 10:40:39 2012 +0900 Merge remote-tracking branch 'upsilon/nunit' Conflicts: OpenTween.sln commit 9795d1665cd0cb1e8483b757f469b613fa79705c Author: Kimura Youichi Date: Mon Nov 12 01:06:30 2012 +0900 ????????????失æ????ç®????¿®æ­? commit eb82a0b17f720cc16f77f1558722ef45a193a8bc Author: Kimura Youichi Date: Mon Nov 12 01:01:28 2012 +0900 Travis CI ???NUnit2.6??½¿????? commit c1232a8172a47a88704f43e12a49982c34c96e17 Author: Kimura Youichi Date: Sun Nov 11 06:37:35 2012 +0900 ???????¼ã?追å? commit ce4674acdfd6f09755c2b6a388cb27d059717416 Author: Kimura Youichi Date: Sun Nov 11 04:33:32 2012 +0900 Travis CI ?§ã???????対å? commit 1046314202d7a4e9d8fe3c3475178c7d94cc60b0 Author: Kimura Youichi Date: Sun Nov 11 03:51:27 2012 +0900 OpenTween.Tests ????¸ã??????¿½?? ----------------------------------------------------------------------- Summary of changes: .gitignore | 3 +- .travis.yml | 16 + .../ApiInformationTest.cs | 2 +- OpenTween.Tests/MyCommonTest.cs | 190 + .../OpenTween.Tests.csproj | 40 +- OpenTween.Tests/OpenTween.Tests.nunit | 7 + .../Properties/AssemblyInfo.cs | 6 +- OpenTween.Tests/Resources/re.gif | Bin 0 -> 3713 bytes OpenTween.Tests/Resources/re1.gif | Bin 0 -> 1562 bytes OpenTween.Tests/Resources/re1.png | Bin 0 -> 2729 bytes OpenTween.Tests/dlls/NSubstitute.dll | Bin 0 -> 544256 bytes OpenTween.Tests/dlls/NSubstitute.license.txt | 27 + OpenTween.Tests/dlls/NSubstitute.xml | 259 + OpenTween.Tests/dlls/nunit.framework.dll | Bin 0 -> 147456 bytes OpenTween.Tests/dlls/nunit.framework.xml |10899 ++++++++++++++++++++ OpenTween.Tests/dlls/nunit.license.txt | 15 + OpenTween.sln | 48 +- OpenTween/MyCommon.cs | 38 +- OpenTween/OpenTween.csproj | 3 +- OpenTween/Properties/AssemblyInfo.cs | 2 + OpenTween/Properties/Resources.resx | 4 +- OpenTween/Win32Api.cs | 1 - 22 files changed, 11493 insertions(+), 67 deletions(-) create mode 100644 .travis.yml rename {OpenTweenTest => OpenTween.Tests}/ApiInformationTest.cs (97%) create mode 100644 OpenTween.Tests/MyCommonTest.cs rename OpenTweenTest/OpenTweenTest.csproj => OpenTween.Tests/OpenTween.Tests.csproj (60%) create mode 100644 OpenTween.Tests/OpenTween.Tests.nunit rename {OpenTweenTest => OpenTween.Tests}/Properties/AssemblyInfo.cs (90%) create mode 100644 OpenTween.Tests/Resources/re.gif create mode 100644 OpenTween.Tests/Resources/re1.gif create mode 100644 OpenTween.Tests/Resources/re1.png create mode 100644 OpenTween.Tests/dlls/NSubstitute.dll create mode 100644 OpenTween.Tests/dlls/NSubstitute.license.txt create mode 100644 OpenTween.Tests/dlls/NSubstitute.xml create mode 100644 OpenTween.Tests/dlls/nunit.framework.dll create mode 100644 OpenTween.Tests/dlls/nunit.framework.xml create mode 100644 OpenTween.Tests/dlls/nunit.license.txt hooks/post-receive -- open-tween (opentween)