Skip to content

Commit

Permalink
Merge pull request #482 from rareddy/8.11.x
Browse files Browse the repository at this point in the history
TEIID-3538: fixing the unit test
  • Loading branch information
rareddy committed Jun 19, 2015
2 parents e34757a + ca81721 commit 5ac13ee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1 +1 @@
<Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Namespace="MarketData"><EntityType Name="G1"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="true"/></EntityType><EntityType Name="G2"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="true"/></EntityType><EntityContainer Name="MarketData" m:IsDefaultEntityContainer="false"><EntitySet Name="G1" EntityType="MarketData.G1"/><EntitySet Name="G2" EntityType="MarketData.G2"/></EntityContainer></Schema>
<Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Namespace="MarketData"><EntityType Name="G1"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityType Name="G2"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityContainer Name="MarketData" m:IsDefaultEntityContainer="false"><EntitySet Name="G1" EntityType="MarketData.G1"/><EntitySet Name="G2" EntityType="MarketData.G2"/></EntityContainer></Schema>

0 comments on commit 5ac13ee

Please sign in to comment.