Index: /issm/trunk/test/NightlyRun/test1204.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1204.m	(revision 6253)
+++ /issm/trunk/test/NightlyRun/test1204.m	(revision 6254)
@@ -1,4 +1,4 @@
 %Test on the diagnostic model and the prognostic in 2d
-printingflag=false;
+printingflag=true;
 
 %tests 3 and 4: using Glen's flow law
@@ -30,5 +30,5 @@
 	set(gcf,'Color','w')
 	printmodel('eisminttrans2vx','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
-	system(['mv eisminttrans2vx.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);
+	system(['mv eisminttrans2vx.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']);
 end
 
@@ -38,5 +38,5 @@
 	set(gcf,'Color','w')
 	printmodel('eisminttrans2vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
-	system(['mv eisminttrans2vy.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);
+	system(['mv eisminttrans2vy.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']);
 end
 
@@ -46,5 +46,5 @@
 	set(gcf,'Color','w')
 	printmodel('eisminttrans2thickness','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
-	system(['mv eisminttrans2thickness.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);
+	system(['mv eisminttrans2thickness.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']);
 end
 
