Last change
on this file since 203 was
203,
checked in by tabma, 14 years ago
|
- rewrote to HashMap? based columns (columns are always unique, storing in array tricky/redundancy)
- entities can be chosen in the preview
- properties page shows columns grouped per entity
- properties page allows mapping of column to property (TODO: get all fields per entity)
|
File size:
250 bytes
|
Line | |
---|
1 | package dbnp.importer |
---|
2 | |
---|
3 | import grails.test.* |
---|
4 | |
---|
5 | class ColumnTests extends GrailsUnitTestCase { |
---|
6 | protected void setUp() { |
---|
7 | super.setUp() |
---|
8 | } |
---|
9 | |
---|
10 | protected void tearDown() { |
---|
11 | super.tearDown() |
---|
12 | } |
---|
13 | |
---|
14 | void testSomething() { |
---|
15 | |
---|
16 | } |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.