[latex3-commits] [l3svn] r6088 - Simplify siunitx test

noreply at latex-project.org noreply at latex-project.org
Fri Sep 25 13:30:42 CEST 2015


Author: joseph
Date: 2015-09-25 13:30:42 +0200 (Fri, 25 Sep 2015)
New Revision: 6088

Modified:
   trunk/contrib/testfiles/siunitx001.lvt
   trunk/contrib/testfiles/siunitx001.tlg
Log:
Simplify siunitx test

At present, it's not really clear how testing during loading
should be handled. For the present, assume that seeing some
working functionality is OK.


Modified: trunk/contrib/testfiles/siunitx001.lvt
===================================================================
--- trunk/contrib/testfiles/siunitx001.lvt	2015-09-25 10:29:53 UTC (rev 6087)
+++ trunk/contrib/testfiles/siunitx001.lvt	2015-09-25 11:30:42 UTC (rev 6088)
@@ -4,47 +4,20 @@
 
 \documentclass{article}
 \input{regression-test}
-\START
 \AUTHOR{Joseph Wright}
 
-% Load all of the dependencies of siunitx without logging
-\OMIT
-\usepackage{expl3}
-\usepackage[log-declarations = false]{xparse}
-\usepackage{l3keys2e}
-\usepackage{array}
-\usepackage{amstext}
-\IfFileExists{translator.sty}
-  {\usepackage{translator}}
-  {}
-\TIMO
-
-% Disable appearance of registers in the log
-\OMIT
-\let\realwlog\wlog
-\def\wlog#1{}
-\TIMO
-
 \usepackage{siunitx}
 
-% Restore \wlog
-\OMIT
-\let\wlog\realwlog
-\TIMO
-
-% Avoid the start-of-document stuff which is engine-dependent
-\OMIT
 \begin{document}
-\TIMO
 
 \showoutput
 
 % Force upTeX to do its extra font loading:
 % avoid needing an additional .tlg file
-\OMIT
 \SI{10}{\joule\per\mole\per\kelvin}
-\TIMO
 
+\START
+
 \SI{10}{\joule\per\mole\per\kelvin}
 $\SI{10}{\joule\per\mole\per\kelvin}$
 $\SI{10}{J.mol^{-1}.k^{-1}}$

Modified: trunk/contrib/testfiles/siunitx001.tlg
===================================================================
--- trunk/contrib/testfiles/siunitx001.tlg	2015-09-25 10:29:53 UTC (rev 6087)
+++ trunk/contrib/testfiles/siunitx001.tlg	2015-09-25 11:30:42 UTC (rev 6088)
@@ -16,9 +16,7 @@
 %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
 %%   Right brace   \}     Tilde         \~}
 %%
-Author: Joseph Wright
-(../siunitx.sty
-LaTeX Font Info:    Try loading font information for TS1+cmr on input line 51.
+LaTeX Font Info:    Try loading font information for TS1+cmr on input line 24.
 Completed box being shipped out [1]
 \vbox(633.0+0.0)x407.0
 .\glue 16.0



More information about the latex3-commits mailing list