You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2015/01/24 18:03:33 UTC

lucenenet git commit: fixing the Facet tests so that they use the right assembly name and default namespace.

Repository: lucenenet
Updated Branches:
  refs/heads/master 2b48ed0ef -> c2cd0e11c


fixing the Facet tests so that they use the right assembly name and default namespace.


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/c2cd0e11
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/c2cd0e11
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/c2cd0e11

Branch: refs/heads/master
Commit: c2cd0e11c2a4953091c7f31508a03990900742b6
Parents: 2b48ed0
Author: Wyatt Barnett <wy...@gmail.com>
Authored: Fri Jan 23 19:33:56 2015 -0500
Committer: Wyatt Barnett <wy...@gmail.com>
Committed: Fri Jan 23 19:33:56 2015 -0500

----------------------------------------------------------------------
 src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/c2cd0e11/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj b/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj
index cf51c21..bb3c102 100644
--- a/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj
+++ b/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj
@@ -7,8 +7,8 @@
     <ProjectGuid>{4D77E491-F50F-4A0C-9BD9-F9AB655720AD}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Lucene.Net.Tests.Classification</RootNamespace>
-    <AssemblyName>Lucene.Net.Tests.Classification</AssemblyName>
+    <RootNamespace>Lucene.Net.Tests.Facet</RootNamespace>
+    <AssemblyName>Lucene.Net.Tests.Facet</AssemblyName>
     <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>