Branch: refs/heads/8.3.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: caefc77000656f19a27d8671381a53428581b05a
https://github.com/Teiid-Designer/teiid-designer/commit/caefc77000656f19a...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/VdbEntry.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/VdbFileEntry.java
R tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/VdbEntryTest.java
A tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/VdbFileEntryTest.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/test/AllTests.java
Log Message:
-----------
TEIIDDES-2120: Fixes failing unit tests
* VdbEntry
* Should be abstract since only ModelEntry and FileEntry are applicable
to Vdbs
* VdbFileEntry
* Fixes possibility of the entry name being null in circumstances where
the FileEntryType could be null. Only cropped up in unit tests
* VdbEntryTest -> VdbFileEntryTest
* Crazy to be testing the abstract VdbEntry being added to a Vdb when no
such entries are ever added.
* Use of VdbFileEntries has meant slight differences in how the tests
are implemented.