
interchange-cvs at icdevgroup
Sep 1, 2009, 5:05 PM
Post #1 of 1
(251 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. 0a6e3b6af1c2e7d72f9bb606db55b5f70ed52518
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 0a6e3b6af1c2e7d72f9bb606db55b5f70ed52518 (commit) via a0c0ec113a3f08e5fa8afacef1853ef83dc3991d (commit) from a008a86f4121a7a9b554d5139d1b5167ec23357e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0a6e3b6af1c2e7d72f9bb606db55b5f70ed52518 Author: Jon Jensen <jon [at] endpoint> Date: Tue Sep 1 18:02:27 2009 -0600 Fix test failing because 12/2008 is now in the past commit a0c0ec113a3f08e5fa8afacef1853ef83dc3991d Author: Jon Jensen <jon [at] endpoint> Date: Tue Sep 1 17:52:32 2009 -0600 Update copyright year in Standard demo page footer ----------------------------------------------------------------------- Summary of changes and diff: dist/standard/variables/COPYRIGHT | 2 +- dist/test/products/tests.asc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/standard/variables/COPYRIGHT b/dist/standard/variables/COPYRIGHT index eb6fa23..d290ad1 100644 --- a/dist/standard/variables/COPYRIGHT +++ b/dist/standard/variables/COPYRIGHT @@ -2,6 +2,6 @@ [if variable MV_DEMO_MODE] <p>[page admin/index][L]Admin[/L]</a></p> [/if] - <p style="font-size: 10px; color: #000000">Portions copyright 2002-2008 Interchange Development Group, freely redistributable under GPL</p> + <p style="font-size: 10px; color: #000000">Portions copyright 2002-2009 Interchange Development Group, freely redistributable under GPL</p> </div> diff --git a/dist/test/products/tests.asc b/dist/test/products/tests.asc index 39805b0..44e5ce4 100644 --- a/dist/test/products/tests.asc +++ b/dist/test/products/tests.asc @@ -1253,11 +1253,11 @@ ERROR %%% 000086 %% -[if validcc 5959595959595959 mc 12/08]OK[else]ERROR[/else][/if] 1. -[if validcc 5959595959595958 mc 12/08]ERROR[else]OK[/else][/if] 2. +[if validcc 5959595959595959 mc 12/18]OK[else]ERROR[/else][/if] 1. +[if validcc 5959595959595958 mc 12/18]ERROR[else]OK[/else][/if] 2. [if validcc 5959595959595959 mc 12/94]ERROR[else]OK[/else][/if] 3. -[if type=validcc term=5959595959595959 op="mc" comp=12/08]OK[else]ERROR[/else][/if] 1. -[if type=validcc term=5959595959595958 op=mc comp=12/08]ERROR[else]OK[/else][/if] 2. +[if type=validcc term=5959595959595959 op="mc" comp=12/18]OK[else]ERROR[/else][/if] 1. +[if type=validcc term=5959595959595958 op=mc comp=12/18]ERROR[else]OK[/else][/if] 2. [if type=validcc term=5959595959595959 op=mc comp=12/94]ERROR[else]OK[/else][/if] 3. %% OK hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|