~vcs-imports/nhibernate/trunk

« back to all changes in this revision

Viewing changes to src/NHibernate.Test/TypesTest/UtcDateTimeTypeFixture.cs

  • Committer: sbohlen
  • Date: 2011-08-22 13:03:38 UTC
  • Revision ID: svn-v4:dfaf13aa-cc6b-44db-9634-a3b386801a0c:trunk/nhibernate:6030
-delete non-source-code-related content from the repository to prevent subsequent use now that the authoritative repo has been switched to GITHUB
-introduce OBSOLETE.txt message file into all folders
-prepend OBSOLETE message to all .cs files to further ensure viewers are advised that the content in this repo is obsolete

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
 
2
//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
1
3
using System;
2
4
using NUnit.Framework;
3
5