SF.net SVN: gar:[23254] csw/mgar/gar/v2/src/catalog-release-to-disk.go
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Mar 19 18:49:47 CET 2014
Revision: 23254
http://sourceforge.net/p/gar/code/23254
Author: wahwah
Date: 2014-03-19 17:49:47 +0000 (Wed, 19 Mar 2014)
Log Message:
-----------
cat-gen: Catalog comparison logic fix
It's one small line for the text editor, but has large logic implications for
the generator.
This would have not happened if I could run unit tests.
I could run unit tests if I had the unit test runner: the "go" command.
I could have the "go" command if it built on Solaris.
But it doesn't.
Modified Paths:
--------------
csw/mgar/gar/v2/src/catalog-release-to-disk.go
Modified: csw/mgar/gar/v2/src/catalog-release-to-disk.go
===================================================================
--- csw/mgar/gar/v2/src/catalog-release-to-disk.go 2014-03-19 15:09:52 UTC (rev 23253)
+++ csw/mgar/gar/v2/src/catalog-release-to-disk.go 2014-03-19 17:49:47 UTC (rev 23254)
@@ -664,6 +664,7 @@
diff_detected[spec] = true
break
}
+ } else {
log.Printf("different in %v: %v not found in c2\n", spec, catalogname)
diff_detected[spec] = true
break
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list