Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/19 18:27:21 (6 years ago)
Author:
jkarder
Message:

#2520: renamed Fossil to Attic and set version to 1.0.0-pre01

Location:
branches/2520_PersistenceReintegration/HeuristicLab.Tests/HeuristicLab.Persistence.Attic
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Tests/HeuristicLab.Persistence.Attic/StorableAttributeTests.cs

    r16462 r16559  
    2020#endregion
    2121
    22 using HEAL.Fossil;
     22using HEAL.Attic;
    2323
    24 namespace HeuristicLab.Persistence.Fossil.Tests {
     24namespace HeuristicLab.Persistence.Attic.Tests {
    2525
    2626  [StorableType("E0862640-FD57-4F1B-929D-03E38D8EA5D3")]
  • branches/2520_PersistenceReintegration/HeuristicLab.Tests/HeuristicLab.Persistence.Attic/UseCases.cs

    r16555 r16559  
    2727using System.Reflection;
    2828using System.Threading.Tasks;
    29 using HEAL.Fossil;
     29using HEAL.Attic;
    3030using HeuristicLab.Algorithms.GeneticAlgorithm;
    3131using HeuristicLab.Analysis;
     
    3737using Microsoft.VisualStudio.TestTools.UnitTesting;
    3838
    39 namespace HeuristicLab.Persistence.Fossil.Tests {
     39namespace HeuristicLab.Persistence.Attic.Tests {
    4040  [TestClass]
    4141  public class UseCases {
     
    5757
    5858    [TestMethod]
    59     [TestCategory("Persistence.Fossil")]
     59    [TestCategory("Persistence.Attic")]
    6060    [TestProperty("Time", "short")]
    6161    public void BitmapTest() {
     
    7373
    7474    [TestMethod]
    75     [TestCategory("Persistence.Fossil")]
     75    [TestCategory("Persistence.Attic")]
    7676    [TestProperty("Time", "short")]
    7777    public void FontTest() {
     
    9191
    9292    [TestMethod]
    93     [TestCategory("Persistence.Fossil")]
     93    [TestCategory("Persistence.Attic")]
    9494    [TestProperty("Time", "medium")]
    9595    public void ConcurrencyTest() {
     
    109109
    110110    [TestMethod]
    111     [TestCategory("Persistence.Fossil")]
     111    [TestCategory("Persistence.Attic")]
    112112    [TestProperty("Time", "medium")]
    113113    public void ConcurrentBitmapTest() {
     
    134134
    135135    [TestMethod]
    136     [TestCategory("Persistence.Fossil")]
     136    [TestCategory("Persistence.Attic")]
    137137    [TestProperty("Time", "long")]
    138138    public void TestLoadingSamples() {
     
    153153              }
    154154            } catch (Exception e) {
    155               Console.WriteLine($"type {t.FullName} in {fileName} is not registered with a GUID in HEAL.Fossil");
     155              Console.WriteLine($"type {t.FullName} in {fileName} is not registered with a GUID in HEAL.Attic");
    156156              ok = false;
    157157            }
     
    166166    }
    167167    [TestMethod]
    168     [TestCategory("Persistence.Fossil")]
     168    [TestCategory("Persistence.Attic")]
    169169    [TestProperty("Time", "long")]
    170170    public void TestLoadingRunAndStoreSamples() {
     
    195195
    196196    [TestMethod]
    197     [TestCategory("Persistence.Fossil")]
     197    [TestCategory("Persistence.Attic")]
    198198    [TestProperty("Time", "short")]
    199199    public void TestIndexedDataTable() {
     
    213213
    214214    [TestMethod]
    215     [TestCategory("Persistence.Fossil")]
     215    [TestCategory("Persistence.Attic")]
    216216    [TestProperty("Time", "short")]
    217217    public void TestPoint2d() {
Note: See TracChangeset for help on using the changeset viewer.