[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-15-g54e525f

Back to archive index

upsil****@users***** upsil****@users*****
2012年 11月 29日 (木) 10:43:40 JST


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 <kim.u****@bucyo*****>
Date:   Thu Nov 29 10:40:39 2012 +0900

    Merge remote-tracking branch 'upsilon/nunit'
    
    Conflicts:
    	OpenTween.sln

commit 9795d1665cd0cb1e8483b757f469b613fa79705c
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon Nov 12 01:06:30 2012 +0900

    ユニットテストで失敗した箇所を修正

commit eb82a0b17f720cc16f77f1558722ef45a193a8bc
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon Nov 12 01:01:28 2012 +0900

    Travis CI にてNUnit2.6を使用する

commit c1232a8172a47a88704f43e12a49982c34c96e17
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Nov 11 06:37:35 2012 +0900

    テストケース追加

commit ce4674acdfd6f09755c2b6a388cb27d059717416
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Nov 11 04:33:32 2012 +0900

    Travis CI でのテストに対応

commit 1046314202d7a4e9d8fe3c3475178c7d94cc60b0
Author: Kimura Youichi <kim.u****@bucyo*****>
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)




OpenTween-git メーリングリストの案内
Back to archive index