Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6427


Ignore:
Timestamp:
06/16/11 12:57:16 (13 years ago)
Author:
gkronber
Message:

#1537: implemented unit test to check if the connection to the update service works.

Location:
trunk/sources
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r6036 r6427  
    396396EndProject
    397397Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators.Views.GraphVisualization.Views-3.3", "HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj", "{0C39A349-1979-419A-89BD-E4E2F26BD287}"
     398EndProject
     399Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure-3.3.Test", "HeuristicLab.PluginInfrastructure\3.3\Tests\HeuristicLab.PluginInfrastructure-3.3.Test.csproj", "{04840E7E-F7DB-4CE4-B308-EE805DD94E73}"
    398400EndProject
    399401Global
     
    18501852    {0C39A349-1979-419A-89BD-E4E2F26BD287}.Release|x86.ActiveCfg = Release|x86
    18511853    {0C39A349-1979-419A-89BD-E4E2F26BD287}.Release|x86.Build.0 = Release|x86
     1854    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1855    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1856    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Debug|x64.ActiveCfg = Debug|Any CPU
     1857    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Debug|x86.ActiveCfg = Debug|Any CPU
     1858    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1859    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Release|Any CPU.Build.0 = Release|Any CPU
     1860    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Release|x64.ActiveCfg = Release|Any CPU
     1861    {04840E7E-F7DB-4CE4-B308-EE805DD94E73}.Release|x86.ActiveCfg = Release|Any CPU
    18521862  EndGlobalSection
    18531863  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/AssemblyInfo.frame

    r6099 r6427  
    3838[assembly: AssemblyCulture("")]
    3939[assembly: CLSCompliant(true)]
     40[assembly: InternalsVisibleTo("HeuristicLab.PluginInfrastructure-3.3.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")]
    4041
    4142// Setting ComVisible to false makes the types in this assembly not visible
Note: See TracChangeset for help on using the changeset viewer.