Revision 8291dee8158351b744ba51769c101f8cb4ff763d authored by apregier on 31 July 2015, 17:10:57 UTC, committed by apregier on 31 July 2015, 17:13:27 UTC
We have a use case for CLE regression testing where
we are making new models in a testdb and want to diff
the resulting builds with builds from old models.  They
should be equivalent, but not the same model.
I don't see any reason why this check adds to the
integrity of the diff
1 parent f941263
Raw File
.gitignore
# Mac OS X
.DS_Store

# Komodo project files
*.kpf
*.komodoproject

# swap and backup files
*.swo
*.swp
*~

tags

# symlinks that test environment makes
bin/perl
bin/prove

# binary version of SQLite databases
lib/perl/Genome/DataSource/Meta.sqlite3
lib/perl/Genome/DataSource/SearchIndexQueue.sqlite3
back to top